Skip to content

Commit

Permalink
Fix AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Feb 5, 2023
1 parent 13ac532 commit 3b79577
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
android:theme="@style/AppTheme"
>

<activity android:name=".activity.noreflection.ProfileActivity">
<activity
android:name=".activity.noreflection.ProfileActivity"
android:exported="true"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 3b79577

Please sign in to comment.