Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
android:exported
Browse files Browse the repository at this point in the history
needed for:
compileSdkVersion 31
  • Loading branch information
s3ppo authored Feb 27, 2022
1 parent 038e44e commit 1ff2f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/docs/getting-started-for-flutter.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $version = (isset($versions['flutter'])) ? $versions['flutter'] : '';
<application ...>
...
<!-- Add this inside the `<application>` tag, along side the existing `<activity>` tags -->
<activity android:name="com.linusu.flutter_web_auth.CallbackActivity" >
<activity android:name="com.linusu.flutter_web_auth.CallbackActivity" android:exported="true">
<intent-filter android:label="flutter_web_auth">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
Expand Down

0 comments on commit 1ff2f6a

Please sign in to comment.