Skip to content

Commit b1db5b4

Browse files
author
Martijn Oosterhuis
authored
Update AndroidManifest.xml
1 parent 88c93cf commit b1db5b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
33
calls FlutterMain.startInitialization(this); in its onCreate method.
44
In most cases you can leave this as-is, but you if you want to provide
5-
additional functionality it is fine to subclass or reimplement
5+
additional functionality it is fine to subclass or reimplement.
66
FlutterApplication and put your custom class here. -->
77
<application android:name="io.flutter.app.FlutterApplication" android:label="Argo" android:icon="@mipmap/launcher_icon">
88
<activity android:name=".MainActivity" android:launchMode="singleTop" android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize">
@@ -35,4 +35,4 @@
3535
</application>
3636
<uses-permission android:name="android.permission.INTERNET" />
3737
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
38-
</manifest>
38+
</manifest>

0 commit comments

Comments
 (0)