Skip to content

Instantly share code, notes, and snippets.

@Kurante2801
Kurante2801 / AndroidManifest.xml
Last active January 11, 2023 22:41 — forked from HassakuTb/AndroidManifest.xml
Reimplementation of UnityPlayerActivity with AppCompatActivity and Kotlin
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.kurante.uactivity"
xmlns:tools="http://schemas.android.com/tools">
<application
android:allowBackup="true"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.Light">
<activity android:name=".UnityPlayerActivity"