13 lines
No EOL
438 B
XML
13 lines
No EOL
438 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<application
|
|
android:label="AnimeKai"
|
|
android:icon="@mipmap/ic_launcher"
|
|
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
|
|
tools:replace="android:label">
|
|
|
|
<!-- Add other components, permissions, or metadata here if needed -->
|
|
|
|
</application>
|
|
</manifest> |