mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 03:17:28 +08:00
d120638e68
Co-authored-by: Susko3 <Susko3@protonmail.com>
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> |