mirror of
https://github.com/ppy/osu.git
synced 2024-11-18 04:32:55 +08:00
15 lines
586 B
XML
15 lines
586 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<queries>
|
||
|
<intent>
|
||
|
<action android:name="android.intent.action.VIEW" />
|
||
|
<category android:name="android.intent.category.BROWSABLE" />
|
||
|
<data android:scheme="https" />
|
||
|
</intent>
|
||
|
<intent>
|
||
|
<action android:name="android.intent.action.VIEW" />
|
||
|
<category android:name="android.intent.category.BROWSABLE" />
|
||
|
<data android:scheme="mailto" />
|
||
|
</intent>
|
||
|
</queries>
|
||
|
</manifest>
|