Add XposedProvider automatically
This commit is contained in:
parent
b56c9fb4bd
commit
6daa337810
|
|
@ -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>
|
||||
Loading…
Reference in New Issue