|
|
@@ -1,7 +1,7 @@
|
|
|
<?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.yunbao.shortvideo">
|
|
|
+ package="com.yunjing.fqshortvideo">
|
|
|
|
|
|
<uses-permission
|
|
|
android:name="android.permission.GET_ACCOUNTS"
|
|
|
@@ -82,7 +82,7 @@
|
|
|
</queries>
|
|
|
|
|
|
<application
|
|
|
- android:name=".AppContext"
|
|
|
+ android:name="com.yunbao.fqshortvideo.AppContext"
|
|
|
android:allowBackup="true"
|
|
|
android:extractNativeLibs="true"
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
@@ -94,7 +94,7 @@
|
|
|
tools:ignore="GoogleAppIndexingWarning"
|
|
|
tools:replace="android:name,android:allowBackup">
|
|
|
<activity
|
|
|
- android:name=".activity.LauncherActivity"
|
|
|
+ android:name="com.yunbao.fqshortvideo.activity.LauncherActivity"
|
|
|
android:exported="true"
|
|
|
android:theme="@style/LauncherAppTheme">
|
|
|
<intent-filter>
|
|
|
@@ -104,12 +104,12 @@
|
|
|
</intent-filter>
|
|
|
</activity> <!-- 微信登录回调页面 -->
|
|
|
<activity
|
|
|
- android:name=".wxapi.WXEntryActivity"
|
|
|
+ android:name="com.yunbao.fqshortvideo.wxapi.WXEntryActivity"
|
|
|
android:exported="true"
|
|
|
android:launchMode="singleTop"
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar" /> <!-- 微信支付回调页面 -->
|
|
|
<activity
|
|
|
- android:name=".wxapi.WXPayEntryActivity"
|
|
|
+ android:name="com.yunbao.fqshortvideo.wxapi.WXPayEntryActivity"
|
|
|
android:exported="true"
|
|
|
android:launchMode="singleTop"
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar" /> <!-- 腾讯地图定位 -->
|
|
|
@@ -166,7 +166,7 @@
|
|
|
</receiver> <!-- 关闭与 TPNS 应用的联合保活功能,请配置 -->
|
|
|
<provider
|
|
|
android:name="com.tencent.android.tpush.XGPushProvider"
|
|
|
- android:authorities="com.yunbao.shortvideo.tpush.XGVIP_PUSH_AUTH"
|
|
|
+ android:authorities="com.yunjing.fqshortvideo.tpush.XGVIP_PUSH_AUTH"
|
|
|
android:exported="false"
|
|
|
tools:replace="android:authorities" /> <!-- tpns 如需兼容 Android P,需要添加使用 Apache HTTP client 库 -->
|
|
|
<uses-library
|