We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181c2d0 commit fe1cf0eCopy full SHA for fe1cf0e
1 file changed
flutter_web_auth_2/android/src/main/AndroidManifest.xml
@@ -1,6 +1,11 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
package="com.linusu.flutter_web_auth_2">
3
4
+ <application>
5
+ <activity android:name="com.linusu.flutter_web_auth_2.AuthenticationManagementActivity">
6
+ </activity>
7
+ </application>
8
+
9
<queries>
10
<intent>
11
<action android:name="android.support.customtabs.action.CustomTabsService" />
0 commit comments