NIP 19 Support

This commit is contained in:
Vitor Pamplona
2023-01-24 21:53:22 -03:00
parent 654deb5e23
commit e9eb7de24a
8 changed files with 113 additions and 19 deletions
+7 -1
View File
@@ -22,10 +22,16 @@
android:theme="@style/Theme.Amethyst">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="nostr" />
</intent-filter>
<meta-data
android:name="android.app.lib_name"
android:value="" />