summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorLifu Tang <lifu@google.com>2013-07-29 12:07:48 -0700
committerLifu Tang <lifu@google.com>2013-07-29 12:13:48 -0700
commit83ab7c932e59fd23799f5db723e80d411918a9a5 (patch)
treef2f94ec3512ec20877df3ff8e96476b815e69753 /res
parent84bbb548a6823649103ef91b73462848e8bf74d4 (diff)
downloadpackages_apps_Settings-83ab7c932e59fd23799f5db723e80d411918a9a5.tar.gz
packages_apps_Settings-83ab7c932e59fd23799f5db723e80d411918a9a5.tar.bz2
packages_apps_Settings-83ab7c932e59fd23799f5db723e80d411918a9a5.zip
Moved LocationSettings into location sub-package
Change-Id: I55b30df5b6889576539b8cb880e3032f417ddfd7
Diffstat (limited to 'res')
-rw-r--r--res/xml/location_settings.xml4
-rw-r--r--res/xml/settings_headers.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/location_settings.xml b/res/xml/location_settings.xml
index ab212d82b..246a383f4 100644
--- a/res/xml/location_settings.xml
+++ b/res/xml/location_settings.xml
@@ -17,7 +17,7 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/location_settings_title">
- <com.android.settings.WrappingSwitchPreference
+ <com.android.settings.location.WrappingSwitchPreference
android:key="location_toggle"
android:title="@string/location_access_title"
android:summary="@string/location_access_summary"
@@ -34,7 +34,7 @@
android:dependency="location_toggle"
android:persistent="false" />
- <com.android.settings.WrappingCheckBoxPreference
+ <com.android.settings.location.WrappingCheckBoxPreference
android:key="location_network"
android:title="@string/location_network_based"
android:summary="@string/location_neighborhood_level"
diff --git a/res/xml/settings_headers.xml b/res/xml/settings_headers.xml
index 5d3a39fd7..9a1d3b830 100644
--- a/res/xml/settings_headers.xml
+++ b/res/xml/settings_headers.xml
@@ -125,7 +125,7 @@
<!-- Location -->
<header
- android:fragment="com.android.settings.LocationSettings"
+ android:fragment="com.android.settings.location.LocationSettings"
android:icon="@drawable/ic_settings_location"
android:title="@string/location_settings_title"
android:id="@+id/location_settings" />