Skip to content

Commit 66cc42f

Browse files
committed
add xposedsharedprefs meta-data to use new XSharedPreferences
https://github.com/LSPosed/LSPosed/wiki/New-XSharedPreferences Signed-off-by: Tommy Alex <[email protected]>
1 parent abd588e commit 66cc42f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UsbDebugging/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
3939
android:name="xposedscope"
4040
android:value="android"
4141
/>
42+
<meta-data
43+
android:name="xposedsharedprefs"
44+
android:value="true"
45+
/>
4246

4347
<activity
4448
android:name=".SettingsActivity"

0 commit comments

Comments
 (0)