Skip to content

Commit

Permalink
fix(app): export ShortcutHandlerActivity
Browse files Browse the repository at this point in the history
fixes 'App isn't installed' error on older Android versions.
resolves #651
  • Loading branch information
ashutoshgngwr committed May 13, 2021
1 parent 8cd830b commit b13a450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@

<activity
android:name=".activity.ShortcutHandlerActivity"
android:exported="true"
android:excludeFromRecents="true" />

<service android:name=".MediaPlayerService" />
Expand Down

0 comments on commit b13a450

Please sign in to comment.