Skip to content

Commit

Permalink
opt:Add hidden com.miui.securityadd for main page
Browse files Browse the repository at this point in the history
  • Loading branch information
lingqiqi5211 authored May 29, 2024
1 parent 39e157c commit d865af9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions app/src/main/res/xml/prefs_set_homepage_entrance.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,16 @@
android:key="prefs_key_screenshot_state"
android:layout="@layout/preference_header"
android:summary="com.miui.screenshot"

android:title="@string/screenshot" />

<SwitchPreference
android:defaultValue="true"
android:icon="@drawable/ic_securityadd"
android:key="prefs_key_securityadd_state"
android:layout="@layout/preference_header"
android:summary="com.miui.securityadd"
android:title="@string/securityadd" />

<SwitchPreference
android:defaultValue="true"
android:icon="@drawable/ic_security_center"
Expand Down Expand Up @@ -397,4 +404,4 @@
android:fragment="com.sevtinge.hyperceiler.ui.fragment.helper.CantSeeAppsFragment"
android:layout="@layout/preference_hyperlink"/>

</PreferenceScreen>
</PreferenceScreen>

0 comments on commit d865af9

Please sign in to comment.