修改资源名和包名

This commit is contained in:
zhanglei
2025-07-05 16:58:16 +08:00
parent 8a60755b60
commit a97a11c0a1
218 changed files with 796 additions and 816 deletions
+36 -36
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.yxjk.healthexpertclient"
package="com.xjjk.healthexpertclient"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.INTERNET" />
@@ -37,9 +37,9 @@
tools:ignore="QueryAllPackagesPermission" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<!--极光推送-->
<!-- <uses-permission android:name="com.yxjk.healthexpertclient.permission.JPUSH_MESSAGE" />-->
<!-- <uses-permission android:name="com.xjjk.healthexpertclient.permission.JPUSH_MESSAGE" />-->
<queries package="${applicationId}">
<package android:name="com.yxjk.healthexpertclient"/>
<package android:name="com.xjjk.healthexpertclient"/>
<intent>
<action android:name="android.media.action.IMAGE_CAPTURE">
@@ -56,12 +56,12 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:taskAffinity="com.yxjk.healthexpertclient"
android:taskAffinity="com.xjjk.healthexpertclient"
tools:replace="android:allowBackup"
android:allowNativeHeapPointerTagging="false"
android:networkSecurityConfig="@xml/network_security_config"
android:usesCleartextTraffic="true"
android:name="com.yxjk.healthexpertclient.MyApplication"
android:name="com.xjjk.healthexpertclient.MyApplication"
android:theme="@style/Theme.HearthyClients">
<meta-data
android:name="com.amap.api.v2.apikey"
@@ -69,7 +69,7 @@
<!--高德定位服务-->
<service android:name="com.amap.api.location.APSService"></service>
<activity
android:name="com.yxjk.healthexpertclient.ui.main.MainActivity"
android:name="com.xjjk.healthexpertclient.ui.main.MainActivity"
android:screenOrientation="portrait"
android:exported="true">
<intent-filter>
@@ -79,118 +79,118 @@
</intent-filter>
</activity>
<activity
android:name="com.yxjk.healthexpertclient.ui.login.LoginActivity"
android:name="com.xjjk.healthexpertclient.ui.login.LoginActivity"
android:label="@string/title_login"
android:screenOrientation="portrait">
</activity>
<activity
android:name="com.yxjk.healthexpertclient.ui.login.RetrievePassWordActivity"
android:name="com.xjjk.healthexpertclient.ui.login.RetrievePassWordActivity"
android:label="@string/title_retrieve_password"
android:screenOrientation="portrait">
</activity>
<activity
android:name="com.yxjk.healthexpertclient.ui.workbench.ConsultRecordActivity"
android:name="com.xjjk.healthexpertclient.ui.workbench.ConsultRecordActivity"
android:label="@string/title_consult_record"
android:screenOrientation="portrait">
</activity>
<activity
android:name="com.yxjk.healthexpertclient.ui.workbench.ImageTextConsultDetailActivity"
android:name="com.xjjk.healthexpertclient.ui.workbench.ImageTextConsultDetailActivity"
android:label="@string/title_consult_detail"
android:screenOrientation="portrait">
</activity>
<activity
android:name="com.yxjk.healthexpertclient.ui.workbench.BaseHealthyInformationActivity"
android:name="com.xjjk.healthexpertclient.ui.workbench.BaseHealthyInformationActivity"
android:label="@string/title_consult_detail"
android:screenOrientation="portrait">
</activity>
<activity
android:name="com.yxjk.healthexpertclient.ui.workbench.ArchivesDetailActivity"
android:name="com.xjjk.healthexpertclient.ui.workbench.ArchivesDetailActivity"
android:label="@string/title_record_detail"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.workbench.ConsultHistoryActivity"
android:name="com.xjjk.healthexpertclient.ui.workbench.ConsultHistoryActivity"
android:label="@string/title_consult_history"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.workbench.AudioVideoConsultActivity"
android:name="com.xjjk.healthexpertclient.ui.workbench.AudioVideoConsultActivity"
android:label="@string/title_consult_wait_confirm"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.workbench.ConsultFinishActivity"
android:name="com.xjjk.healthexpertclient.ui.workbench.ConsultFinishActivity"
android:label="@string/title_consult_wait_confirm"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.workbench.ConsultWaitStartActivity"
android:name="com.xjjk.healthexpertclient.ui.workbench.ConsultWaitStartActivity"
android:label="@string/title_consult_wait_confirm"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.workbench.CheckUpDetailActivity"
android:name="com.xjjk.healthexpertclient.ui.workbench.CheckUpDetailActivity"
android:label="@string/title_check_up_detail"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.mine.SchedulingActivity"
android:name="com.xjjk.healthexpertclient.ui.mine.SchedulingActivity"
android:label="@string/title_scheduling"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.mine.CustomSchedulingActivity"
android:name="com.xjjk.healthexpertclient.ui.mine.CustomSchedulingActivity"
android:label="@string/title_custom_scheduling"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.mine.SuspensionServiceActivity"
android:name="com.xjjk.healthexpertclient.ui.mine.SuspensionServiceActivity"
android:label="@string/title_suspension_service"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.mine.AddSuspensionAnnouncementActivity"
android:name="com.xjjk.healthexpertclient.ui.mine.AddSuspensionAnnouncementActivity"
android:label="@string/title_add_suspension_announcement"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.mine.ConsultStatisticsActivity"
android:name="com.xjjk.healthexpertclient.ui.mine.ConsultStatisticsActivity"
android:label="@string/title_consult_statistics"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.mine.BillRecordActivity"
android:name="com.xjjk.healthexpertclient.ui.mine.BillRecordActivity"
android:label="@string/title_bill_record"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.mine.WithDrawActivity"
android:name="com.xjjk.healthexpertclient.ui.mine.WithDrawActivity"
android:label="@string/title_with_draw"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.mine.EditPasswordActivity"
android:name="com.xjjk.healthexpertclient.ui.mine.EditPasswordActivity"
android:label="@string/title_edit_password"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.mine.PersonInfoActivity"
android:name="com.xjjk.healthexpertclient.ui.mine.PersonInfoActivity"
android:label="@string/title_person_info"
android:windowSoftInputMode="stateAlwaysHidden|adjustResize"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.mine.SettingActivity"
android:name="com.xjjk.healthexpertclient.ui.mine.SettingActivity"
android:label="@string/title_setting"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.main.WebActivity"
android:name="com.xjjk.healthexpertclient.ui.main.WebActivity"
android:label="@string/title_web_view"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.mine.GoodAtDiseaseActivity"
android:name="com.xjjk.healthexpertclient.ui.mine.GoodAtDiseaseActivity"
android:label="@string/title_good_at_disease"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.im.ViewLocationActivity"
android:name="com.xjjk.healthexpertclient.ui.im.ViewLocationActivity"
android:label="@string/title_view_location"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.workbench.MessageListActivity"
android:name="com.xjjk.healthexpertclient.ui.workbench.MessageListActivity"
android:label="@string/title_message_list"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.im.SelectLocationActivity"
android:name="com.xjjk.healthexpertclient.ui.im.SelectLocationActivity"
android:label="@string/title_select_location"
android:screenOrientation="portrait"/>
<activity
android:name="com.yxjk.healthexpertclient.ui.workbench.BigImageActivity"
android:name="com.xjjk.healthexpertclient.ui.workbench.BigImageActivity"
android:label="@string/title_image"
android:screenOrientation="portrait"/>
<activity
@@ -203,7 +203,7 @@
android:screenOrientation="portrait"/>
<!-- 可配置android:process参数将Service放在其他进程中;android:enabled属性不能是false -->
<!-- 这个是自定义Service,要继承极光JCommonService,可以在更多手机平台上使得推送通道保持的更稳定 -->
<!-- <service android:name="com.yxjk.healthexpertclient.jpush.MyJPushService"-->
<!-- <service android:name="com.xjjk.healthexpertclient.jpush.MyJPushService"-->
<!-- android:enabled="true"-->
<!-- android:exported="false"-->
<!-- android:process=":pushcore">-->
@@ -215,12 +215,12 @@
<!-- 3.3.0开始所有事件将通过该类回调 -->
<!-- 该广播需要继承 JPush 提供的 JPushMessageReceiver 类, 并如下新增一个 Intent-Filter -->
<!-- <receiver-->
<!-- android:name="com.yxjk.healthexpertclient.jpush.MyJPushMessageReceiver"-->
<!-- android:name="com.xjjk.healthexpertclient.jpush.MyJPushMessageReceiver"-->
<!-- android:enabled="true"-->
<!-- android:exported="false" >-->
<!-- <intent-filter>-->
<!-- <action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" />-->
<!-- <category android:name="com.yxjk.healthexpertclient" />-->
<!-- <category android:name="com.xjjk.healthexpertclient" />-->
<!-- </intent-filter>-->
<!-- </receiver>-->
</application>