Skip to content

Commit

Permalink
Fix: xposed related bug causing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanth committed May 4, 2021
1 parent 2a0e3ea commit 36e50c8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,7 @@
<meta-data
android:name="xposedminversion"
android:value="53" />
<meta-data
android:name="xposedsharedprefs"
android:value="true" />
<meta-data
android:name="xposedscope"
android:resource="@array/module_scope" />


<!-- donate android:label="@string/app_name_donate" -->
<activity
Expand Down

0 comments on commit 36e50c8

Please sign in to comment.