mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-06 02:35:40 +08:00
Modify change XSharedPreferences description in quick-start documentation
This commit is contained in:
@@ -132,7 +132,7 @@ Add the base code to your `AndroidManifest.xml`.
|
|||||||
android:name="xposedminversion"
|
android:name="xposedminversion"
|
||||||
android:value="93" />
|
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
|
<meta-data
|
||||||
android:name="xposedsharedprefs"
|
android:name="xposedsharedprefs"
|
||||||
android:value="true"/>
|
android:value="true"/>
|
||||||
|
@@ -131,7 +131,7 @@ android {
|
|||||||
android:name="xposedminversion"
|
android:name="xposedminversion"
|
||||||
android:value="93" />
|
android:value="93" />
|
||||||
|
|
||||||
<!-- 可选:配置支持 New XSharePrefs 可无需调整 xposedminversion 为 93 -->
|
<!-- 可选:配置支持 New XSharedPreferences 可无需调整 xposedminversion 为 93 -->
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="xposedsharedprefs"
|
android:name="xposedsharedprefs"
|
||||||
android:value="true"/>
|
android:value="true"/>
|
||||||
|
Reference in New Issue
Block a user