summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2016-02-17 11:48:48 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-02-23 14:27:14 -0800
commit8fd9afd76fd45b9e4bb01c3014b5ece0189a46ed (patch)
treef52fa1ca31c2c664a3e305e6ebc7a62d85a01fa0 /AndroidManifest.xml
parent0fdfdea6fa433475eaab26a95b9df7b5d1612d00 (diff)
downloadpackages_apps_Settings-8fd9afd76fd45b9e4bb01c3014b5ece0189a46ed.zip
packages_apps_Settings-8fd9afd76fd45b9e4bb01c3014b5ece0189a46ed.tar.gz
packages_apps_Settings-8fd9afd76fd45b9e4bb01c3014b5ece0189a46ed.tar.bz2
Revert "Customize regulatory info."
This reverts commit 3d299959deb33a86ba2925eb4fa954e0118bd893. This breaks on the dialer shotcode to access this (*#07#) CYNGNOS-2050 Change-Id: Ia02512642307b25e9ff7e8c0533da5eaa7233a7f
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 908661f..b798452 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2592,7 +2592,7 @@
<activity android:name="RegulatoryInfoDisplayActivity"
android:label="@string/regulatory_information"
android:taskAffinity=""
- android:enabled="true">
+ android:enabled="@bool/config_show_regulatory_info">
<intent-filter>
<action android:name="android.settings.SHOW_REGULATORY_INFO" />
<category android:name="android.intent.category.DEFAULT" />