Mark as experimental feature

This commit is contained in:
LoveSy 2022-02-08 23:27:37 +08:00 committed by LoveSy
parent 771bd77585
commit fe89b8cd89
2 changed files with 4 additions and 2 deletions

View File

@ -186,7 +186,8 @@
<string name="update_channel_stable">Stable</string>
<string name="update_channel_bate">Beta</string>
<string name="update_channel_nightly">Nightly build</string>
<string name="pref_title_enable_dex_obfuscate">Only module classloader can use Xposed API</string>
<string name="pref_title_restrict_classloader">Only module classloader can use Xposed API</string>
<string name="pref_summary_restrict_classloader">This may break some modules but benefit security (experimental feature)</string>
<!-- Module Repo -->
<string name="module_readme">Readme</string>

View File

@ -95,7 +95,8 @@
android:icon="@drawable/ic_outline_shield_24"
android:key="enable_dex_obfuscate"
android:persistent="false"
android:title="@string/pref_title_enable_dex_obfuscate" />
android:title="@string/pref_title_restrict_classloader"
android:summary="@string/pref_summary_restrict_classloader"/>
<Preference
android:icon="@drawable/ic_outline_app_shortcut_24"