Merge "Use proper title for support page." into oc-dr1-dev

This commit is contained in:
TreeHugger Robot
2017-06-29 16:31:06 +00:00
committed by Android (Google) Code Review

View File

@@ -3011,7 +3011,8 @@
android:value="com.android.settings.deletionhelper.AutomaticStorageManagerSettings" /> android:value="com.android.settings.deletionhelper.AutomaticStorageManagerSettings" />
</activity> </activity>
<activity android:name="Settings$LegacySupportActivity"> <activity android:name="Settings$LegacySupportActivity"
android:label="@string/page_tab_title_support">
<meta-data android:name="com.android.settings.FRAGMENT_CLASS" <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
android:value="com.android.settings.dashboard.SupportFragment"/> android:value="com.android.settings.dashboard.SupportFragment"/>
</activity> </activity>