Add launcher icon for debug builds

This commit is contained in:
Torsten Grote 2024-07-31 15:07:44 -03:00
parent b571da787a
commit e6e6154b7d
No known key found for this signature in database
GPG key ID: 3E5F77D92CF891FF

View file

@ -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"