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
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 35c0f45..a228da5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1520,6 +1520,8 @@
<activity android:name=".deviceinfo.Status"
android:label="@string/device_status_activity_title"
android:theme="@style/Theme.SubSettingsDialogWhenLarge"
+ android:taskAffinity="com.android.settings"
+ android:parentActivityName="Settings$DeviceInfoSettingsActivity"
android:process="com.android.phone">
<intent-filter>
<action android:name="android.intent.action.MAIN" />