Revert "Align more prefs for icon space."
Bug: 33798492
This reverts commit ded9fc9b07.
Change-Id: I9831858ffda263496617dff29249e243c007fa12
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
|
||||
|
||||
<Preference
|
||||
<PreferenceScreen
|
||||
android:key="high_power_apps"
|
||||
android:title="@string/high_power_apps"
|
||||
android:fragment="com.android.settings.applications.ManageApplications"
|
||||
@@ -26,19 +26,19 @@
|
||||
<extra
|
||||
android:name="classname"
|
||||
android:value="com.android.settings.Settings$HighPowerApplicationsActivity" />
|
||||
</Preference>
|
||||
</PreferenceScreen>
|
||||
|
||||
<Preference
|
||||
<PreferenceScreen
|
||||
android:key="device_administrators"
|
||||
android:title="@string/manage_device_admin"
|
||||
android:fragment="com.android.settings.DeviceAdminSettings" />
|
||||
|
||||
<Preference
|
||||
<PreferenceScreen
|
||||
android:key="zen_access"
|
||||
android:title="@string/manage_zen_access_title"
|
||||
android:fragment="com.android.settings.notification.ZenAccessSettings" />
|
||||
|
||||
<Preference
|
||||
<PreferenceScreen
|
||||
android:key="system_alert_window"
|
||||
android:title="@string/system_alert_window_settings"
|
||||
android:fragment="com.android.settings.applications.ManageApplications"
|
||||
@@ -46,9 +46,9 @@
|
||||
<extra
|
||||
android:name="classname"
|
||||
android:value="com.android.settings.Settings$OverlaySettingsActivity" />
|
||||
</Preference>
|
||||
</PreferenceScreen>
|
||||
|
||||
<Preference
|
||||
<PreferenceScreen
|
||||
android:key="enabled_vr_listeners"
|
||||
android:title="@string/vr_listeners_title"
|
||||
android:fragment="com.android.settings.applications.VrListenerSettings"
|
||||
@@ -56,9 +56,9 @@
|
||||
<extra
|
||||
android:name="classname"
|
||||
android:value="com.android.settings.Settings$VrListenersSettingsActivity" />
|
||||
</Preference>
|
||||
</PreferenceScreen>
|
||||
|
||||
<Preference
|
||||
<PreferenceScreen
|
||||
android:key="write_settings_apps"
|
||||
android:title="@string/write_settings"
|
||||
android:fragment="com.android.settings.applications.ManageApplications"
|
||||
@@ -66,24 +66,24 @@
|
||||
<extra
|
||||
android:name="classname"
|
||||
android:value="com.android.settings.Settings$WriteSettingsActivity" />
|
||||
</Preference>
|
||||
</PreferenceScreen>
|
||||
|
||||
<Preference
|
||||
<PreferenceScreen
|
||||
android:key="notification_access"
|
||||
android:title="@string/manage_notification_access_title"
|
||||
android:fragment="com.android.settings.notification.NotificationAccessSettings" />
|
||||
|
||||
<Preference
|
||||
<PreferenceScreen
|
||||
android:key="premium_sms"
|
||||
android:title="@string/premium_sms_access"
|
||||
android:fragment="com.android.settings.applications.PremiumSmsAccess" />
|
||||
|
||||
<Preference
|
||||
<PreferenceScreen
|
||||
android:key="data_saver"
|
||||
android:title="@string/unrestricted_data_saver"
|
||||
android:fragment="com.android.settings.datausage.UnrestrictedDataAccess" />
|
||||
|
||||
<Preference
|
||||
<PreferenceScreen
|
||||
android:key="usage_access"
|
||||
android:title="@string/usage_access"
|
||||
android:fragment="com.android.settings.applications.ManageApplications"
|
||||
@@ -91,5 +91,5 @@
|
||||
<extra
|
||||
android:name="classname"
|
||||
android:value="com.android.settings.Settings$UsageAccessSettingsActivity" />
|
||||
</Preference>
|
||||
</PreferenceScreen>
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user