Skip to content

Commit

Permalink
add android:exported="true" for launcher activity
Browse files Browse the repository at this point in the history
  • Loading branch information
xtc committed Dec 8, 2022
1 parent 6af85a6 commit 8bd63f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Needed only if your app looks for Bluetooth devices.
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme">
<activity android:name=".AuthActivity">
<activity android:name=".AuthActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 8bd63f5

Please sign in to comment.