This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/doric-android/doric/src/main/AndroidManifest.xml
2020-04-20 09:37:31 +08:00

17 lines
472 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="pub.doric">
<application>
<activity
android:name="pub.doric.DoricActivity"
android:exported="false"
android:theme="@style/Theme.Design.Light.NoActionBar">
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
</application>
</manifest>