Skip to content

Commit

Permalink
Remove switchbar from confirm new apps preference
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Mar 23, 2024
1 parent 84b0aa1 commit 55904d9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions play-services-core/src/main/res/xml/preferences_gcm_advanced.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">

<org.microg.gms.ui.SwitchBarPreference
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="gcm_confirm_new_apps"
android:persistent="false"
android:title="@string/pref_gcm_confirm_new_apps_title" />

<Preference
android:selectable="false"
android:summary="@string/pref_gcm_confirm_new_apps_summary" />
android:summary="@string/pref_gcm_confirm_new_apps_summary"
android:title="@string/pref_gcm_confirm_new_apps_title"
app:iconSpaceReserved="false" />

<PreferenceCategory
android:key="prefcat_networks"
Expand Down

0 comments on commit 55904d9

Please sign in to comment.