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

17 lines
472 B
XML
Raw Normal View History

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