Commit 9de0a7a7 authored by 宋永孟's avatar 宋永孟

add modify pakage name

parent 85506566
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.yidian.subway">
package="com.shenghuoquan.business">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
......@@ -20,7 +20,7 @@
<application
android:name=".YdSubwayApplication"
android:name="com.yidian.subway.YdSubwayApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
......@@ -47,7 +47,7 @@
android:required="false" />
<activity
android:name=".wxapi.WXEntryActivity"
android:name="com.yidian.subway.wxapi.WXEntryActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:exported="true"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
......
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