AndroidManifest.xml: get rid of unnecessary nodes merged from libraries

This commit is contained in:
Andreas Schildbach 2023-01-20 17:10:57 +01:00
parent 3fb2e68bda
commit a9259cfe31

View file

@ -18,6 +18,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="de.schildbach.oeffi"
android:versionCode="120107"
android:versionName="12.1.7">
@ -357,4 +358,7 @@
android:exported="false" />
</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>