remove the need for application package name in the androidManifest for the external signer

This commit is contained in:
greenart7c3
2024-01-22 11:29:10 -03:00
parent f1388b46d5
commit e0ec8a741c
3 changed files with 16 additions and 5 deletions
+5 -2
View File
@@ -3,8 +3,11 @@
xmlns:tools="http://schemas.android.com/tools">
<queries>
<package android:name="org.torproject.android"/>
<package android:name="com.greenart7c3.nostrsigner"/>
<package android:name="com.greenart7c3.nostrsigner.debug"/>
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="nostrsigner" />
</intent>
</queries>
<!-- Doesn't require a camera -->