Version 2 (modified by 12 years ago) (diff) | ,
---|
AppOpsManager
Investigation and notes on AppOpsManager.
com.android.settings.applications
in packages_apps_Settings
AppOpsDetails
AppOpsCategory
AppOpsState
AppOpsSummary
android.app
in frameworks_base
AppOpsManager (see the comment in frameworks/base/core/java/android/app/AppOpsManager.java)
IAppOpsService
com.android.internal.app
methods are also used by native code so must be kept in sync with frameworks/native/include/binder/IAppOpsService.h
IAppOpsService ( frameworks/base/core/java/com/android/internal/app/IAppOpsService.aidl ) is registered as service in ContextImpl frameworks/base/core/java/android/app/ContextImpl.java
IAppOpsCallback