mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 15:28:47 +00:00
AndroidManifest.xml: get rid of unnecessary nodes merged from libraries
This commit is contained in:
parent
3fb2e68bda
commit
a9259cfe31
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
<manifest
|
<manifest
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="de.schildbach.oeffi"
|
package="de.schildbach.oeffi"
|
||||||
android:versionCode="120107"
|
android:versionCode="120107"
|
||||||
android:versionName="12.1.7">
|
android:versionName="12.1.7">
|
||||||
|
@ -357,4 +358,7 @@
|
||||||
android:exported="false" />
|
android:exported="false" />
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
|
<!-- remove unnecessary merged nodes -->
|
||||||
|
<permission android:name="${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" tools:node="remove" />
|
||||||
|
<uses-permission android:name="${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" tools:node="remove" />
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue