47 lines
2.1 KiB
XML
47 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<manifest
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
package="com.unity3d.player"
|
||
|
|
xmlns:tools="http://schemas.android.com/tools">
|
||
|
|
<application>
|
||
|
|
<activity android:name="com.unity3d.player.UnityPlayerActivity"
|
||
|
|
android:theme="@style/UnityThemeSelector">
|
||
|
|
<intent-filter>
|
||
|
|
<action android:name="android.intent.action.MAIN" />
|
||
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
||
|
|
</intent-filter>
|
||
|
|
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
|
||
|
|
</activity>
|
||
|
|
</application>
|
||
|
|
</manifest>
|
||
|
|
|
||
|
|
|
||
|
|
<!--<?xml version="1.0" encoding="utf-8"?>-->
|
||
|
|
<!--<manifest-->
|
||
|
|
<!-- xmlns:android="http://schemas.android.com/apk/res/android"-->
|
||
|
|
<!-- package="com.unity3d.player"-->
|
||
|
|
<!-- xmlns:tools="http://schemas.android.com/tools">-->
|
||
|
|
<!-- <uses-permission android:name="com.android.vending.BILLING" />-->
|
||
|
|
<!-- <queries>-->
|
||
|
|
<!-- <package android:name="com.facebook.katana" />-->
|
||
|
|
<!-- <package android:name="com.facebook.lite" />-->
|
||
|
|
<!-- <package android:name="com.zhiliaoapp.musically" />-->
|
||
|
|
<!-- <package android:name="com.tiktok.lite.go" />-->
|
||
|
|
<!-- <package android:name="com.instagram.android" />-->
|
||
|
|
<!-- <package android:name="com.twitter.android" />-->
|
||
|
|
<!-- <package android:name="com.instagram.barcelona" />-->
|
||
|
|
<!-- <package android:name="com.whatsapp" />-->
|
||
|
|
<!-- <package android:name="com.zhiliaoapp.musically.go" />-->
|
||
|
|
<!-- </queries>-->
|
||
|
|
<!-- <application android:name=".CustomApplication">-->
|
||
|
|
<!-- <activity android:name="com.unity3d.player.UnityPlayerActivity"-->
|
||
|
|
<!-- android:theme="@style/UnityThemeSelector">-->
|
||
|
|
<!-- <intent-filter>-->
|
||
|
|
<!-- <action android:name="android.intent.action.MAIN" />-->
|
||
|
|
<!-- <category android:name="android.intent.category.LAUNCHER" />-->
|
||
|
|
<!-- </intent-filter>-->
|
||
|
|
<!-- <meta-data android:name="unityplayer.UnityActivity" android:value="true" />-->
|
||
|
|
<!-- </activity>-->
|
||
|
|
<!-- </application>-->
|
||
|
|
<!--</manifest>-->
|