File tree Expand file tree Collapse file tree
example/android/app/src/main Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 package =" com.linusu.flutter_web_auth_2" >
33
44 <application >
5- <activity android : name =" com.linusu.flutter_web_auth_2.AuthenticationManagementActivity" >
6- </activity >
5+ <activity android : name =" com.linusu.flutter_web_auth_2.AuthenticationManagementActivity" />
76 </application >
87
98 <queries >
Original file line number Diff line number Diff line change 1616 android : exported =" true"
1717 android : hardwareAccelerated =" true"
1818 android : launchMode =" singleTop"
19+ android : taskAffinity =" "
1920 android : theme =" @style/LaunchTheme"
2021 android : windowSoftInputMode =" adjustResize" >
2122 <!-- Specifies an Android theme to apply to this Activity as soon as
3334
3435 <activity
3536 android : name =" com.linusu.flutter_web_auth_2.CallbackActivity"
36- android : exported =" true" >
37+ android : exported =" true"
38+ android : taskAffinity =" " >
3739 <intent-filter android : label =" flutter_web_auth_2" >
3840 <action android : name =" android.intent.action.VIEW" />
3941
You can’t perform that action at this time.
0 commit comments