OSDN Git Service

App ops: new native access API.
authorDianne Hackborn <hackbod@google.com>
Tue, 12 Feb 2013 23:12:21 +0000 (15:12 -0800)
committerDianne Hackborn <hackbod@google.com>
Tue, 12 Feb 2013 23:13:37 +0000 (15:13 -0800)
commit5da5ca520cca085528588f6067acb1c437001ef2
tree40122df7d2df26007eb86f7a1522336e4d9f537c
parent351c2941736039c495dd7ac849ec64fbf7f3ff05
App ops: new native access API.

This is to help implementation of bug #8181262 and maybe
bug #8181261

Note the current code has not yet been tested; it is only
known to compile at this point.

Change-Id: I489674c96d0d3fc0ddacc92611931a19a9ee5230
include/binder/AppOpsManager.h [new file with mode: 0644]
include/binder/IAppOpsCallback.h [new file with mode: 0644]
include/binder/IAppOpsService.h [new file with mode: 0644]
libs/binder/Android.mk
libs/binder/AppOpsManager.cpp [new file with mode: 0644]
libs/binder/IAppOpsCallback.cpp [new file with mode: 0644]
libs/binder/IAppOpsService.cpp [new file with mode: 0644]