Modify change XSharedPreferences description in quick-start documentation

This commit is contained in:
2022-12-30 00:15:15 +08:00
parent 2387058f88
commit 2c32d52987
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ Add the base code to your `AndroidManifest.xml`.
android:name="xposedminversion"
android:value="93" />
<!-- Optional: Configure support for New XSharePrefs without adjusting xposedminversion to 93 -->
<!-- Optional: Configure support for New XSharedPreferences without adjusting xposedminversion to 93 -->
<meta-data
android:name="xposedsharedprefs"
android:value="true"/>

View File

@@ -131,7 +131,7 @@ android {
android:name="xposedminversion"
android:value="93" />
<!-- 可选:配置支持 New XSharePrefs 可无需调整 xposedminversion 为 93 -->
<!-- 可选:配置支持 New XSharedPreferences 可无需调整 xposedminversion 为 93 -->
<meta-data
android:name="xposedsharedprefs"
android:value="true"/>