mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +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
|
||||
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue