Update uri scheme from ente to ente-auth

This commit is contained in:
Neeraj Gupta 2023-04-13 12:19:27 +05:30 committed by GitHub
parent f47e0fe1c7
commit b0e9cd49ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="ente"/>
<data android:scheme="ente-auth"/>
</intent-filter>
</activity>
@ -54,4 +54,4 @@
tools:ignore="ScopedStorage"/>
<uses-permission android:name="android.permission.USE_BIOMETRIC"/>
</manifest>
</manifest>