Commit 12e21c03 authored by maxiaoliang's avatar maxiaoliang

修改包名

parent 0107a1cb
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="com.zxhl.shop"> package="com.zxhl.xymhhf">
<!-- 权限声明 --> <!-- 权限声明 -->
<!-- 允许程序打开网络套接字 --> <!-- 允许程序打开网络套接字 -->
...@@ -35,10 +35,10 @@ ...@@ -35,10 +35,10 @@
<uses-permission android:name="android.permission.READ_PHONE_STATE" /> <!-- 用于写入缓存数据到扩展存储卡 --> <uses-permission android:name="android.permission.READ_PHONE_STATE" /> <!-- 用于写入缓存数据到扩展存储卡 -->
<!--必要权限,解决安全风险漏洞,发送和注册广播事件需要调用带有传递权限的接口--> <!--必要权限,解决安全风险漏洞,发送和注册广播事件需要调用带有传递权限的接口-->
<permission <permission
android:name="com.zxhl.shop.openadsdk.permission.TT_PANGOLIN" android:name="com.zxhl.xymhhf.openadsdk.permission.TT_PANGOLIN"
android:protectionLevel="signature" /> android:protectionLevel="signature" />
<uses-permission android:name="com.zxhl.shop.openadsdk.permission.TT_PANGOLIN" /> <uses-permission android:name="com.zxhl.xymhhf.openadsdk.permission.TT_PANGOLIN" />
<uses-sdk tools:overrideLibrary="com.bun.miitmdid" /> <uses-sdk tools:overrideLibrary="com.bun.miitmdid" />
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<data <data
android:host="main" android:host="main"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
......
package com.zxhl.shop package com.zxhl.xymhhf
import android.app.Activity import android.app.Activity
import android.app.ActivityManager import android.app.ActivityManager
...@@ -19,7 +19,6 @@ import com.zxhl.cms.common.Config ...@@ -19,7 +19,6 @@ import com.zxhl.cms.common.Config
import com.zxhl.cms.common.Constant import com.zxhl.cms.common.Constant
import com.zxhl.cms.net.SettingPreference import com.zxhl.cms.net.SettingPreference
import com.zxhl.cms.utils.EventUtils.onEvent import com.zxhl.cms.utils.EventUtils.onEvent
import com.zxhl.cms.utils.JumpUtils
import com.zxhl.cms.utils.MiitHelper import com.zxhl.cms.utils.MiitHelper
import com.zxhl.cms.utils.Utils import com.zxhl.cms.utils.Utils
import java.util.* import java.util.*
......
package com.zxhl.shop.activity package com.zxhl.xymhhf.activity
import android.content.Intent import android.content.Intent
import android.text.TextUtils import android.text.TextUtils
...@@ -9,8 +9,8 @@ import com.zxhl.cms.common.base.BaseActivity ...@@ -9,8 +9,8 @@ import com.zxhl.cms.common.base.BaseActivity
import com.zxhl.cms.net.SettingPreference import com.zxhl.cms.net.SettingPreference
import com.zxhl.cms.utils.Utils import com.zxhl.cms.utils.Utils
import com.zxhl.cms.widget.CenterDialog import com.zxhl.cms.widget.CenterDialog
import com.zxhl.shop.Appli import com.zxhl.xymhhf.Appli
import com.zxhl.shop.R import com.zxhl.xymhhf.R
/** /**
* @author (wangXuewei) * @author (wangXuewei)
......
package com.zxhl.shop.activity; package com.zxhl.xymhhf.activity;
import android.annotation.SuppressLint; import android.annotation.SuppressLint;
import android.content.Intent; import android.content.Intent;
...@@ -19,7 +19,7 @@ import com.zxbw.modulemain.fragment.ShoppingMallFragment; ...@@ -19,7 +19,7 @@ import com.zxbw.modulemain.fragment.ShoppingMallFragment;
import com.zxbw.modulemain.fragment.UserCenterFragment; import com.zxbw.modulemain.fragment.UserCenterFragment;
import com.zxbw.modulemain.view.NavigationBottomView; import com.zxbw.modulemain.view.NavigationBottomView;
import com.zxhl.cms.utils.ClipboardManagerUtil; import com.zxhl.cms.utils.ClipboardManagerUtil;
import com.zxhl.shop.R; import com.zxhl.xymhhf.R;
import com.zxhl.cms.AppContext; import com.zxhl.cms.AppContext;
import com.zxhl.cms.common.Constant; import com.zxhl.cms.common.Constant;
import com.zxhl.cms.common.base.BaseActivity; import com.zxhl.cms.common.base.BaseActivity;
......
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
<paths xmlns:android="http://schemas.android.com/apk/res/android"> <paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-path <external-path
name="cache" name="cache"
path="Android/data/com.zxhl.shop/" /> path="Android/data/com.zxhl.xymhhf/" />
<external-path <external-path
name="downloadfile" name="downloadfile"
path="com.zxhl.shop/" /> path="com.zxhl.xymhhf/" />
<!--项目中用到的--> <!--项目中用到的-->
<external-path <external-path
name="beta_external_files_path" name="beta_external_files_path"
......
package com.zxhl.shop package com.zxhl.xymhhf
import org.junit.Test import org.junit.Test
......
PACKAGE_NAME=com.zxhl.shop PACKAGE_NAME=com.zxhl.xymhhf
VERSION_CODE=25 VERSION_CODE=25
VERSION_NAME=1.2.4 VERSION_NAME=1.2.4
\ No newline at end of file
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<data <data
android:host="udesk" android:host="udesk"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<data <data
android:host="web" android:host="web"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<data <data
android:host="h5" android:host="h5"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<data <data
android:host="pay" android:host="pay"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<!-- 友盟配置 --> <!-- 友盟配置 -->
<meta-data <meta-data
android:name="UMENG_APPKEY" android:name="UMENG_APPKEY"
android:value="5d0dd39b570df3d7c5000d1a" /> android:value="633168d788ccdf4b7e39aee6" />
<meta-data <meta-data
android:name="UMENG_CHANNEL" android:name="UMENG_CHANNEL"
android:value="${UMENG_CHANNEL_VALUE}" /> <!-- QQ配置 --> android:value="${UMENG_CHANNEL_VALUE}" /> <!-- QQ配置 -->
......
...@@ -9,11 +9,11 @@ import android.Manifest; ...@@ -9,11 +9,11 @@ import android.Manifest;
public class Constant { public class Constant {
//公共参数 //公共参数
String UMENG_APPKEY = "5d0dd39b570df3d7c5000d1a"; String UMENG_APPKEY = "633168d788ccdf4b7e39aee6";
String s = "D0EV7FZL45A5DVKD"; String s = "D0EV7FZL45A5DVKD";
public static final String scheme = "xxsqshop"; public static final String scheme = "xymhhf";
public static int UPLOADMAXSIZE = 50; public static int UPLOADMAXSIZE = 50;
...@@ -261,9 +261,9 @@ public class Constant { ...@@ -261,9 +261,9 @@ public class Constant {
public static class Param { public static class Param {
public static final String mPacketName = "com.zxhl.shop"; public static final String mPacketName = "com.zxhl.xymhhf";
public static boolean isLocal = mPacketName.equals("com.zx.localnews"); public static boolean isLocal = mPacketName.equals("com.zx.localnews");
public static String APPLS = "5f758837834488be"; public static String APPLS = "ff6aafe6651a47cb";
public static String androidId = ""; public static String androidId = "";
public static String carrier = ""; public static String carrier = "";
public static String h = ""; public static String h = "";
......
...@@ -105,7 +105,7 @@ object WeChatPay { ...@@ -105,7 +105,7 @@ object WeChatPay {
api = getIWXAPI() api = getIWXAPI()
} }
Log.d("PAY_GET", "api sendReq") Log.d("PAY_GET", "api sendReq")
var path:String="/pages/pay/index?token=" + entity?.token + "&pkg_name=com.zxhl.shop" var path:String="/pages/pay/index?token=" + entity?.token + "&pkg_name=com.zxhl.xymhhf"
val req = WXLaunchMiniProgram.Req() val req = WXLaunchMiniProgram.Req()
val g = Gson() val g = Gson()
val obj: JsonObject = g.fromJson(entity?.payload, JsonObject::class.java) val obj: JsonObject = g.fromJson(entity?.payload, JsonObject::class.java)
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<data <data
android:host="splash" android:host="splash"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.LoginActivity"> <activity android:name=".activity.LoginActivity">
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<data <data
android:host="login" android:host="login"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.PhoneVouchersActivity"> <activity android:name=".activity.PhoneVouchersActivity">
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<data <data
android:host="phone_voucher" android:host="phone_voucher"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.CardVoucherActivity"> <activity android:name=".activity.CardVoucherActivity">
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<data <data
android:host="cardvoucher" android:host="cardvoucher"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.CardDetailActivity"> <activity android:name=".activity.CardDetailActivity">
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<data <data
android:host="carddetail" android:host="carddetail"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.FlashSaleActivity"> <activity android:name=".activity.FlashSaleActivity">
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<data <data
android:host="flashsale" android:host="flashsale"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.WithDrawalActivity"> <activity android:name=".activity.WithDrawalActivity">
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
<data <data
android:host="withdrawal" android:host="withdrawal"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.SkillPayActivity"> <activity android:name=".activity.SkillPayActivity">
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
<data <data
android:host="skillpay" android:host="skillpay"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.BuyMemberActivity"> <activity android:name=".activity.BuyMemberActivity">
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<data <data
android:host="buymember" android:host="buymember"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.CofigBugVipActivity"> <activity android:name=".activity.CofigBugVipActivity">
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
<data <data
android:host="configbuyvip" android:host="configbuyvip"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.AbuoutUsActivity"> <activity android:name=".activity.AbuoutUsActivity">
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
<data <data
android:host="abuoutus" android:host="abuoutus"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity <activity
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
<data <data
android:host="rights_detail" android:host="rights_detail"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
<data <data
android:host="zero_buy" android:host="zero_buy"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
<data <data
android:host="tb_goods_detail" android:host="tb_goods_detail"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
<data <data
android:host="goodsdetail" android:host="goodsdetail"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.MyOrderActivity"> <activity android:name=".activity.MyOrderActivity">
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
<data <data
android:host="myorder" android:host="myorder"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".box.activity.WareHouseActivity"> <activity android:name=".box.activity.WareHouseActivity">
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
<data <data
android:host="warehouse" android:host="warehouse"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".box.activity.ReceiveAddressActivity"> <activity android:name=".box.activity.ReceiveAddressActivity">
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
<data <data
android:host="receiveaddress" android:host="receiveaddress"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".box.activity.OrderDetailActivity"> <activity android:name=".box.activity.OrderDetailActivity">
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
<data <data
android:host="orderdetail" android:host="orderdetail"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.ToPaySkillGoodsActivity"> <activity android:name=".activity.ToPaySkillGoodsActivity">
...@@ -237,7 +237,7 @@ ...@@ -237,7 +237,7 @@
<data <data
android:host="topayskill" android:host="topayskill"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.SettingActivity"> <activity android:name=".activity.SettingActivity">
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
<data <data
android:host="setting" android:host="setting"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.OpenMemberOrderActivity"> <activity android:name=".activity.OpenMemberOrderActivity">
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
<data <data
android:host="member_order" android:host="member_order"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.OpenMemberActivity"> <activity android:name=".activity.OpenMemberActivity">
...@@ -271,7 +271,7 @@ ...@@ -271,7 +271,7 @@
<data <data
android:host="open_member" android:host="open_member"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.ShopOrderActivity"> <activity android:name=".activity.ShopOrderActivity">
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
<data <data
android:host="shoporder" android:host="shoporder"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".box.activity.EditAddressActivity"> <activity android:name=".box.activity.EditAddressActivity">
...@@ -294,7 +294,7 @@ ...@@ -294,7 +294,7 @@
<data <data
android:host="editaddress" android:host="editaddress"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".box.activity.OrderSuccessActivity"> <activity android:name=".box.activity.OrderSuccessActivity">
...@@ -305,7 +305,7 @@ ...@@ -305,7 +305,7 @@
<data <data
android:host="ordersuccess" android:host="ordersuccess"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.SkillShopActivity"> <activity android:name=".activity.SkillShopActivity">
...@@ -317,7 +317,7 @@ ...@@ -317,7 +317,7 @@
<data <data
android:host="skillshop" android:host="skillshop"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.PaySuccessActivity"> <activity android:name=".activity.PaySuccessActivity">
...@@ -328,7 +328,7 @@ ...@@ -328,7 +328,7 @@
<data <data
android:host="paysucess" android:host="paysucess"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".activity.RechargeActivity"> <activity android:name=".activity.RechargeActivity">
...@@ -340,7 +340,7 @@ ...@@ -340,7 +340,7 @@
<data <data
android:host="recharge" android:host="recharge"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity <activity
...@@ -353,7 +353,7 @@ ...@@ -353,7 +353,7 @@
<data <data
android:host="searchresult" android:host="searchresult"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity <activity
...@@ -366,7 +366,7 @@ ...@@ -366,7 +366,7 @@
<data <data
android:host="search" android:host="search"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity <activity
...@@ -379,7 +379,7 @@ ...@@ -379,7 +379,7 @@
<data <data
android:host="user_question" android:host="user_question"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity <activity
...@@ -392,7 +392,7 @@ ...@@ -392,7 +392,7 @@
<data <data
android:host="red_envelope" android:host="red_envelope"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity <activity
...@@ -405,7 +405,7 @@ ...@@ -405,7 +405,7 @@
<data <data
android:host="splash_background" android:host="splash_background"
android:scheme="xxsqshop" /> android:scheme="xymhhf" />
</intent-filter> </intent-filter>
......
...@@ -2,4 +2,4 @@ include ':moduleZxAd' ...@@ -2,4 +2,4 @@ include ':moduleZxAd'
include ':moduleMain' include ':moduleMain'
include ':cms' include ':cms'
include ':app' include ':app'
rootProject.name = "xxsqshop" rootProject.name = "xymhhf"
\ No newline at end of file \ No newline at end of file
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