Add XposedProvider automatically

This commit is contained in:
Nullptr 2023-07-21 00:18:15 +08:00
parent b56c9fb4bd
commit 6daa337810
No known key found for this signature in database
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application>
<provider
android:name=".XposedProvider"
android:authorities="${applicationId}.XposedService"
android:exported="true"
tools:ignore="ExportedContentProvider" />
</application>
</manifest>