Update to show new location monitoring op.
Change-Id: I921e95327c743c5b9b89bfe5a94beca67bfdb7de
This commit is contained in:
@@ -101,11 +101,13 @@ public class AppOpsState {
|
||||
AppOpsManager.OP_FINE_LOCATION,
|
||||
AppOpsManager.OP_GPS,
|
||||
AppOpsManager.OP_WIFI_SCAN,
|
||||
AppOpsManager.OP_NEIGHBORING_CELLS },
|
||||
AppOpsManager.OP_NEIGHBORING_CELLS,
|
||||
AppOpsManager.OP_MONITOR_LOCATION },
|
||||
new boolean[] { true,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false }
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user