Fixed android-compilation

NOTE: permissions belong into root section
This commit is contained in:
Jakob Meier 2023-03-24 17:22:00 +01:00
parent 672892e21b
commit 0235ec6a83
No known key found for this signature in database
GPG key ID: 66BDC7E6A01A6152

View file

@ -1,5 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.outbag_app"> package="com.example.outbag_app">
<uses-permission android:name="android.permission.INTERNET" />
<application <application
android:label="outbag_app" android:label="outbag_app"
android:name="${applicationName}" android:name="${applicationName}"
@ -24,7 +25,6 @@
<action android:name="android.intent.action.MAIN"/> <action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/> <category android:name="android.intent.category.LAUNCHER"/>
</intent-filter> </intent-filter>
<uses-permission android:name="android.permission.INTERNET" />
</activity> </activity>
<!-- Don't delete the meta-data below. <!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java --> This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->