OSDN Git Service

Allow appops command to modify uid ops.
authorDianne Hackborn <hackbod@google.com>
Tue, 11 Apr 2017 20:32:47 +0000 (13:32 -0700)
committerDianne Hackborn <hackbod@google.com>
Tue, 11 Apr 2017 20:34:14 +0000 (13:34 -0700)
commitc7214a3ade62db082c89b933a51a0ddd9f57b49d
treeedaff6827506f98cf52ea4b6d00f06c4871bcfe2
parent4a306894145340a4fe08b70b569eaa31641b38e6
Allow appops command to modify uid ops.

The get and set commands can now operate on per-uid
app ops as well as per-package ones.

The to parse a uid string in to a more generic place, but
for now we'll leave it here.

Test: none

Change-Id: I7efbb3966ddb79639dafabbe4bf1df659bed6240
core/java/com/android/internal/app/IAppOpsService.aidl
services/core/java/com/android/server/AppOpsService.java