Skip to content

Commit 9b7f9df

Browse files
committed
Add intents to AndroidManifest.
1 parent 792c0e8 commit 9b7f9df

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ControlR.Viewer/Platforms/Android/AndroidManifest.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@
2121
</intent-filter>
2222
</activity>
2323
</application>
24+
<queries>
25+
<intent>
26+
<action android:name="android.intent.action.VIEW" />
27+
<data android:scheme="http"/>
28+
</intent>
29+
<intent>
30+
<action android:name="android.intent.action.VIEW" />
31+
<data android:scheme="https"/>
32+
</intent>
33+
</queries>
2434
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
2535
<uses-permission android:name="android.permission.INTERNET" />
2636
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

0 commit comments

Comments
 (0)