Skip to content

Commit

Permalink
Add launcher icon for debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Aug 1, 2024
1 parent adbc412 commit 328f459
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
<activity
android:name="com.stevesoltys.seedvault.settings.SettingsActivity"
android:exported="true"
tools:remove="android:permission" />
tools:remove="android:permission">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<activity
android:name="com.stevesoltys.seedvault.restore.RestoreActivity"
android:exported="true"
Expand Down

0 comments on commit 328f459

Please sign in to comment.