Commit d3a76bbb authored by jianglx's avatar jianglx

解决桌面图标不现实的问题

parent 0ca8a274
...@@ -108,7 +108,13 @@ ...@@ -108,7 +108,13 @@
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" /> <category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" /> <category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="pdfd6612" /> <data android:scheme="pdfd6612" />
</intent-filter> </intent-filter>
</activity> <!-- 百度地图相关 --> </activity> <!-- 百度地图相关 -->
...@@ -121,7 +127,7 @@ ...@@ -121,7 +127,7 @@
<meta-data <meta-data
android:name="com.shareinstall.APP_KEY" android:name="com.shareinstall.APP_KEY"
android:value="B7BK2A6722BAH6"/> android:value="B7BK2A6722BAH6" />
<meta-data <meta-data
android:name="com.baidu.lbsapi.API_KEY" android:name="com.baidu.lbsapi.API_KEY"
...@@ -140,8 +146,7 @@ ...@@ -140,8 +146,7 @@
<meta-data <meta-data
android:name="UMENG_APPKEY" android:name="UMENG_APPKEY"
android:value="5d242bf24ca357797e000922" > android:value="5d242bf24ca357797e000922"></meta-data>
</meta-data>
<activity <activity
android:name=".wxapi.WXEntryActivity" android:name=".wxapi.WXEntryActivity"
...@@ -206,8 +211,8 @@ ...@@ -206,8 +211,8 @@
android:screenOrientation="portrait" /> android:screenOrientation="portrait" />
<activity <activity
android:name="com.rv.home.rv.module.ui.main.home.order.OrderListActivity" android:name="com.rv.home.rv.module.ui.main.home.order.OrderListActivity"
android:screenOrientation="portrait" android:launchMode="singleTop"
android:launchMode="singleTop"/> android:screenOrientation="portrait" />
<activity <activity
android:name="com.rv.home.rv.module.ui.login.BingPhoneActivity" android:name="com.rv.home.rv.module.ui.login.BingPhoneActivity"
android:screenOrientation="portrait" /> android:screenOrientation="portrait" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment