summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2010-09-17 13:34:47 -0700
committerAmith Yamasani <yamasani@google.com>2010-09-22 11:33:04 -0700
commit1bb6db526771fa594b2e5c0865dc89dce3cf351c (patch)
tree860bd99d2c145db1d26ac894fe3cc46f43b79a2b /AndroidManifest.xml
parent653abb13d85dcea9f9bc4c4aae3e79cf3ca94ed0 (diff)
downloadpackages_apps_Settings-1bb6db526771fa594b2e5c0865dc89dce3cf351c.tar.gz
packages_apps_Settings-1bb6db526771fa594b2e5c0865dc89dce3cf351c.tar.bz2
packages_apps_Settings-1bb6db526771fa594b2e5c0865dc89dce3cf351c.zip
Add an Automatic Time Zone setting to Date & Time settings.
User can now enable auto-time but disable auto-timezone, especially if we don't have NITZ time from the cell network (or wifi only) and only have NTP time that gives us date and time.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ecb7b2ab4..fb294bab8 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -384,7 +384,7 @@
<activity-alias android:name=".ManageApplications"
android:targetActivity=".applications.ManageApplications"
android:exported="true" />
-
+
<activity android:name=".applications.InstalledAppDetails"
android:theme="@android:style/Theme.NoTitleBar"
android:label="@string/application_info_label">
@@ -407,7 +407,7 @@
<category android:name="com.android.settings.SHORTCUT" />
</intent-filter>
</activity-alias>
-
+
<!-- Provide direct entry into manage apps showing running services. -->
<activity-alias android:name=".applications.StorageUse"
android:label="@string/storageuse_settings_title"
@@ -420,7 +420,7 @@
<category android:name="com.android.settings.SHORTCUT" />
</intent-filter>
</activity-alias>
-
+
<activity android:name=".applications.RunningServiceDetails"
android:theme="@android:style/Theme.NoTitleBar"
android:label="@string/runningservicedetails_settings_title">