Changes between Version 1 and Version 2 of appops


Ignore:
Timestamp:
07/28/13 11:32:52 (11 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appops

    v1 v2  
    1717
    1818AppOpsManager (see the comment in frameworks/base/core/java/android/app/AppOpsManager.java)
     19
     20IAppOpsService
     21
     22=== com.android.internal.app ===
     23methods are also used by native code so must be kept in sync with frameworks/native/include/binder/IAppOpsService.h
     24
     25IAppOpsService ( frameworks/base/core/java/com/android/internal/app/IAppOpsService.aidl )
     26is registered as service in ContextImpl frameworks/base/core/java/android/app/ContextImpl.java
     27
     28IAppOpsCallback