Changes between Version 1 and Version 2 of appops
- Timestamp:
- 07/28/13 11:32:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
appops
v1 v2 17 17 18 18 AppOpsManager (see the comment in frameworks/base/core/java/android/app/AppOpsManager.java) 19 20 IAppOpsService 21 22 === com.android.internal.app === 23 methods are also used by native code so must be kept in sync with frameworks/native/include/binder/IAppOpsService.h 24 25 IAppOpsService ( frameworks/base/core/java/com/android/internal/app/IAppOpsService.aidl ) 26 is registered as service in ContextImpl frameworks/base/core/java/android/app/ContextImpl.java 27 28 IAppOpsCallback