Skip to content

Commit

Permalink
Exported the preferences activity in the main AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
drogga authored and gzsombor committed Jul 16, 2024
1 parent 36655ba commit 5ba41ba
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 @@ -54,6 +54,7 @@
<activity
android:name=".gui.activities.PreferencesActivity"
android:label="@string/preferences"
android:exported="true"
android:parentActivityName=".gui.activities.MainActivity"
tools:targetApi="jelly_bean">
<meta-data
Expand Down

0 comments on commit 5ba41ba

Please sign in to comment.