Merge "Allow system to bypass DISALLOW_SHARE_LOCATION restriction" into nyc-dev
am: 57b82f38c4
* commit '57b82f38c42d9926d0eb09d600480bebe54500ae':
Allow system to bypass DISALLOW_SHARE_LOCATION restriction
This commit is contained in:
@@ -704,8 +704,8 @@ public class AppOpsManager {
|
||||
* (and system ui) to bypass the user restriction when active.
|
||||
*/
|
||||
private static boolean[] sOpAllowSystemRestrictionBypass = new boolean[] {
|
||||
false, //COARSE_LOCATION
|
||||
false, //FINE_LOCATION
|
||||
true, //COARSE_LOCATION
|
||||
true, //FINE_LOCATION
|
||||
false, //GPS
|
||||
false, //VIBRATE
|
||||
false, //READ_CONTACTS
|
||||
|
||||
Reference in New Issue
Block a user