Enable the filterTouchesWhenObscured in Special app access
- Enable the filterTouchesWhenObscured attribute on all toggle switches in all pages of the special app access Bug: 155288585 Test: make RunSettingsRoboTests Merged-In: I011cfe4b7e4e624a8338332ac47a353f7f3ab661 Change-Id: I0731057ec6e77c6a0867784c729c3f5812ef6170
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<SwitchPreference
|
||||
<com.android.settings.widget.FilterTouchesSwitchPreference
|
||||
android:key="app_ops_settings_switch" />
|
||||
|
||||
<Preference
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
android:key="change_wifi_state"
|
||||
android:title="@string/change_wifi_state_title">
|
||||
|
||||
<SwitchPreference
|
||||
<com.android.settings.widget.FilterTouchesSwitchPreference
|
||||
android:key="app_ops_settings_switch"
|
||||
android:title="@string/change_wifi_state_app_detail_switch"/>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
android:key="draw_overlay_permission_detail_settings"
|
||||
android:title="@string/draw_overlay">
|
||||
|
||||
<SwitchPreference
|
||||
<com.android.settings.widget.FilterTouchesSwitchPreference
|
||||
android:key="app_ops_settings_switch"
|
||||
android:title="@string/permit_draw_overlay"/>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:title="@string/install_other_apps">
|
||||
|
||||
<com.android.settingslib.RestrictedSwitchPreference
|
||||
<com.android.settings.widget.FilterTouchesRestrictedSwitchPreference
|
||||
android:key="external_sources_settings_switch"
|
||||
android:title="@string/external_source_switch_title" />
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
android:key="picture_in_picture_permission_detail_settings"
|
||||
android:title="@string/picture_in_picture_app_detail_title">
|
||||
|
||||
<SwitchPreference
|
||||
<com.android.settings.widget.FilterTouchesSwitchPreference
|
||||
android:key="app_ops_settings_switch"
|
||||
android:title="@string/picture_in_picture_app_detail_switch"/>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
android:key="write_system_settings_permission_detail_settings"
|
||||
android:title="@string/write_settings">
|
||||
|
||||
<SwitchPreference
|
||||
<com.android.settings.widget.FilterTouchesSwitchPreference
|
||||
android:key="app_ops_settings_switch"
|
||||
android:title="@string/permit_write_settings"/>
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
android:key="zen_access_permission_detail_settings"
|
||||
android:title="@string/manage_zen_access_title">
|
||||
|
||||
<SwitchPreference
|
||||
<com.android.settings.widget.FilterTouchesSwitchPreference
|
||||
android:key="zen_access_switch"
|
||||
android:title="@string/zen_access_detail_switch"/>
|
||||
|
||||
</PreferenceScreen>
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user