AndroidManifest.xml 1.4 KB

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android">
  3. <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:anyDensity="true"/>
  4. <application android:name="com.youyi.yysdk.YouYiApplication" android:theme="@style/UnityThemeSelector" android:label="@string/app_name" android:usesCleartextTraffic="true">
  5. <meta-data android:name="YouYi_GameId" android:value="1006" />
  6. <meta-data android:name="YouYi_AppKey" android:value="deee20efee76d78cfb6ba35de41f8d92" />
  7. <activity android:name="com.wenting.youyiplugin.MainActivity" android:screenOrientation="sensorPortrait" android:label="@string/app_name">
  8. <intent-filter>
  9. <action android:name="android.intent.action.MAIN" />
  10. <category android:name="android.intent.category.LAUNCHER" />
  11. </intent-filter>
  12. <meta-data android:name="unityplayer.UnityActivity" android:value="true" />
  13. </activity>
  14. <activity android:name="com.ttcbl.yzx.jrtt.wxapi.WXEntryActivity" android:screenOrientation="sensorPortrait" android:label="@string/app_name" android:theme="@android:style/Theme.Translucent.NoTitleBar" android:exported="true" android:taskAffinity="com.ttcbl.yzx.jrtt" android:launchMode="singleTask">
  15. </activity>
  16. </application>
  17. </manifest>