Skip to content

Commit

Permalink
Revert "change key value"
Browse files Browse the repository at this point in the history
This reverts commit 3094aff.
  • Loading branch information
ILoveOpenSourceApplications committed Oct 3, 2024
1 parent ddacc9c commit c1060b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play-services-core/src/main/res/xml/preferences_start.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<SwitchPreferenceCompat
android:defaultValue="false"
android:icon="@drawable/ic_hide_app_icon"
android:key="hideAppIcon"
android:key="pref_hide_app_icon"
android:summary="@string/pref_hide_app_icon_summary"
android:title="@string/pref_hide_app_icon_title" />
<Preference
Expand Down

0 comments on commit c1060b1

Please sign in to comment.