diff options
author | Amith Yamasani <yamasani@google.com> | 2010-09-17 13:34:47 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2010-09-22 11:33:04 -0700 |
commit | 1bb6db526771fa594b2e5c0865dc89dce3cf351c (patch) | |
tree | 860bd99d2c145db1d26ac894fe3cc46f43b79a2b /AndroidManifest.xml | |
parent | 653abb13d85dcea9f9bc4c4aae3e79cf3ca94ed0 (diff) | |
download | packages_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.xml | 6 |
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"> |