Add launcher icon for debug builds
This commit is contained in:
parent
b571da787a
commit
e6e6154b7d
1 changed files with 7 additions and 1 deletions
|
@ -11,7 +11,13 @@
|
||||||
<activity
|
<activity
|
||||||
android:name="com.stevesoltys.seedvault.settings.SettingsActivity"
|
android:name="com.stevesoltys.seedvault.settings.SettingsActivity"
|
||||||
android:exported="true"
|
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
|
<activity
|
||||||
android:name="com.stevesoltys.seedvault.restore.RestoreActivity"
|
android:name="com.stevesoltys.seedvault.restore.RestoreActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
|
Loading…
Reference in a new issue