summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2016-05-20 12:28:25 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-06-15 12:47:11 -0700
commitbe7d45fd0d063cff25f186a7ca45fa485ebdf048 (patch)
tree74f7e24d84b489452a95d18eb37589a9cc2e59f9 /res
parent6c6d0e68be18a61d20ead5a01297425839118f8c (diff)
downloadpackages_apps_Settings-be7d45fd0d063cff25f186a7ca45fa485ebdf048.zip
packages_apps_Settings-be7d45fd0d063cff25f186a7ca45fa485ebdf048.tar.gz
packages_apps_Settings-be7d45fd0d063cff25f186a7ca45fa485ebdf048.tar.bz2
Settings: Dissallow privacy guarding system apps on overlay.
Bandaid fix for google play services inundating the permission dialog request queue within AppOps service and causing watchdog to consistently kill the system server's activity manager service which is deadlocked retrieving dialogs from the queue. Change-Id: I10c432cebe6a4199517839598046eee7d19dcf72 TICKET: CYNGNOS-2869
Diffstat (limited to 'res')
-rwxr-xr-xres/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index b036b89..259927a 100755
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -122,4 +122,7 @@
<!-- When true, weather options will be displayed in settings dashboard -->
<bool name="config_showWeatherMenu">true</bool>
+
+ <!-- When true, "show built-in" option in Privacy Guard will be available -->
+ <bool name="config_showBuiltInAppsForPG">true</bool>
</resources>