|
|
@@ -1,35 +1,22 @@
|
|
|
<?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">
|
|
|
-
|
|
|
-
|
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ package="com.unity3d.player"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools">
|
|
|
<uses-permission android:name="android.permission.INTERNET"/>
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
|
|
|
-
|
|
|
- <application
|
|
|
- android:allowBackup="false"
|
|
|
- tools:replace="android:allowBackup"
|
|
|
- android:theme="@style/TuanjieThemeSelector">
|
|
|
-
|
|
|
- <activity android:name="com.unity3d.player.PrivacyActivity"
|
|
|
- android:theme="@style/TuanjieThemeSelector"
|
|
|
- android:exported="true">
|
|
|
- <intent-filter>
|
|
|
- <action android:name="android.intent.action.MAIN"/>
|
|
|
- <category android:name="android.intent.category.LAUNCHER"/>
|
|
|
- </intent-filter>
|
|
|
- </activity>
|
|
|
-
|
|
|
+ <application>
|
|
|
<meta-data
|
|
|
android:name="Crasheye_appkey"
|
|
|
- android:value="djpz510z"/>
|
|
|
+ android:value="sm0zzhed" />
|
|
|
<activity android:name="com.taptap.xy.yousanjie.MainActivity"
|
|
|
android:theme="@style/TuanjieThemeSelector">
|
|
|
- <meta-data android:name="unityplayer.UnityActivity" android:value="true"/>
|
|
|
+ <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>
|
|
|
-
|