Merge "Remove custom updateState() if it's just setting summary"

This commit is contained in:
TreeHugger Robot
2018-03-01 01:29:22 +00:00
committed by Android (Google) Code Review
19 changed files with 37 additions and 102 deletions

View File

@@ -55,7 +55,8 @@
android:key="manage_perms"
android:title="@string/app_permissions"
android:order="12"
settings:keywords="@string/keywords_app_permissions">
settings:keywords="@string/keywords_app_permissions"
settings:controller="com.android.settings.applications.AppPermissionsPreferenceController">
<intent android:action="android.intent.action.MANAGE_PERMISSIONS" />
</Preference>
@@ -76,4 +77,4 @@
android:title="@string/special_access"
android:order="20" />
</PreferenceScreen>
</PreferenceScreen>