set custom redirect uri

closes #89
This commit is contained in:
sk
2022-11-28 10:00:57 +01:00
parent be0c7777b7
commit 9a52cc033a
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.BROWSABLE"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:scheme="mastodon-android-auth" android:host="callback"/>
<data android:scheme="megalodon-android-auth" android:host="callback"/>
</intent-filter>
</activity>
<activity android:name=".ExternalShareActivity" android:exported="true" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize">