Skip to content

Commit fe1cf0e

Browse files
committed
Add new activity to AndroidManifest automatically
1 parent 181c2d0 commit fe1cf0e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

flutter_web_auth_2/android/src/main/AndroidManifest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.linusu.flutter_web_auth_2">
33

4+
<application>
5+
<activity android:name="com.linusu.flutter_web_auth_2.AuthenticationManagementActivity">
6+
</activity>
7+
</application>
8+
49
<queries>
510
<intent>
611
<action android:name="android.support.customtabs.action.CustomTabsService" />

0 commit comments

Comments
 (0)