Merge "Add controller to Advanced category in Apps page" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
963869ecda
@@ -112,7 +112,8 @@
|
|||||||
android:title="@string/advanced_apps"
|
android:title="@string/advanced_apps"
|
||||||
android:order="21"
|
android:order="21"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
settings:searchable="false"/>
|
settings:searchable="false"
|
||||||
|
settings:controller="com.android.settings.widget.PreferenceCategoryController">
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="aspect_ratio_apps"
|
android:key="aspect_ratio_apps"
|
||||||
@@ -125,5 +126,6 @@
|
|||||||
android:value="com.android.settings.Settings$UserAspectRatioAppListActivity"/>
|
android:value="com.android.settings.Settings$UserAspectRatioAppListActivity"/>
|
||||||
<intent android:action="android.settings.MANAGE_USER_ASPECT_RATIO_SETTINGS"/>
|
<intent android:action="android.settings.MANAGE_USER_ASPECT_RATIO_SETTINGS"/>
|
||||||
</Preference>
|
</Preference>
|
||||||
|
</PreferenceCategory>
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
Reference in New Issue
Block a user