Skip to content

Commit

Permalink
Merge pull request #26 from jld3103/fix/activity-not-exported
Browse files Browse the repository at this point in the history
Fix activity not being exported
  • Loading branch information
iakdis authored Oct 30, 2022
2 parents b95badb + 99eaa28 commit be8ba26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<activity-alias
android:targetActivity=".MainActivity"
android:name=".AliasMainActivity"
android:exported="true"
android:label="@string/AppName">
<intent-filter>
<action android:name="android.media.action.IMAGE_CAPTURE" />
Expand Down

0 comments on commit be8ba26

Please sign in to comment.