android: make https links to open on their default handler This also will make things like reddit links being opened on user's defined handler (i.e. the reddit app client, etc)
1 files changed, 8 insertions(+), 0 deletions(-) M android/app/src/main/AndroidManifest.xml
M android/app/src/main/AndroidManifest.xml => android/app/src/main/AndroidManifest.xml +8-0
@@ 9,6 9,14 @@ <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/> <uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/> <!-- To open links (url_launcher package) --> <queries> <intent> <action android:name="android.intent.action.VIEW"/> <data android:scheme="https"/> </intent> </queries> <application android:label="Goguma" android:name="${applicationName}"