Update to show new location monitoring op.

Change-Id: I921e95327c743c5b9b89bfe5a94beca67bfdb7de
This commit is contained in:
Dianne Hackborn
2013-07-09 18:19:11 -07:00
parent 9333cc7de5
commit 15ab7758df
3 changed files with 10 additions and 1 deletions

View File

@@ -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 }
);