Add Up button in Status settings

The Up button should be added in Status settings
(Settings > About phone > Status) to provide consistent navigation
with other screen like Legal information.

Change-Id: I914df08cc4034d78d345a0958b1820e8933f85e7
This commit is contained in:
Carsten Hauge
2014-03-14 14:41:55 +01:00
committed by Yoshinori Hirano
parent 71dcb876e8
commit ce42dfb33d

View File

@@ -1520,6 +1520,8 @@
<activity android:name=".deviceinfo.Status" <activity android:name=".deviceinfo.Status"
android:label="@string/device_status_activity_title" android:label="@string/device_status_activity_title"
android:theme="@style/Theme.SubSettingsDialogWhenLarge" android:theme="@style/Theme.SubSettingsDialogWhenLarge"
android:taskAffinity="com.android.settings"
android:parentActivityName="Settings$DeviceInfoSettingsActivity"
android:process="com.android.phone"> android:process="com.android.phone">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />