|
@@ -2,7 +2,7 @@
|
|
<!-- GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN-->
|
|
<!-- GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN-->
|
|
<manifest
|
|
<manifest
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
- package="com.wsj.Imgdt3"
|
|
|
|
|
|
+ package="com.wsj.lmgdt3"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:installLocation="preferExternal">
|
|
android:installLocation="preferExternal">
|
|
<!--bugly配置权限start-->
|
|
<!--bugly配置权限start-->
|
|
@@ -17,9 +17,10 @@
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
<application
|
|
<application
|
|
android:allowBackup="true"
|
|
android:allowBackup="true"
|
|
- android:icon="@drawable/ic_launcher"
|
|
|
|
- android:label="万世镜">
|
|
|
|
- <activity android:name="com.wsj.Imgdt3.GFGMainActivity"
|
|
|
|
|
|
+ android:icon="@drawable/app_icon"
|
|
|
|
+ android:label="@string/app_name"
|
|
|
|
+ tools:replace="android:icon,android:label">
|
|
|
|
+ <activity android:name="com.wsj.lmgdt3.GFGMainActivity"
|
|
android:configChanges="mnc|keyboardHidden|screenSize|orientation|keyboard"
|
|
android:configChanges="mnc|keyboardHidden|screenSize|orientation|keyboard"
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
|
|
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
|
|
@@ -29,7 +30,7 @@
|
|
</intent-filter>
|
|
</intent-filter>
|
|
</activity>
|
|
</activity>
|
|
<activity
|
|
<activity
|
|
- android:name="com.wsj.Imgdt3.wxapi.WXPayEntryActivity"
|
|
|
|
|
|
+ android:name="com.wsj.lmgdt3.wxapi.WXPayEntryActivity"
|
|
android:exported="true"
|
|
android:exported="true"
|
|
android:launchMode="singleTop"/>
|
|
android:launchMode="singleTop"/>
|
|
</application>
|
|
</application>
|