fix:
update:更换为酷信
This commit is contained in:
2023-10-11 19:19:52 +08:00
parent 625a121cbb
commit 8799e85443
723 changed files with 4158 additions and 4041 deletions

View File

@@ -18,7 +18,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.aoleyun.os"
package="com.uiuipad.os"
android:sharedUserId="android.uid.system">
<!--
@@ -52,9 +52,9 @@
<!-- 【必须】 移动推送 TPNS SDK VIP版本所需权限 -->
<permission
android:name="com.aoleyun.os.permission.XGPUSH_RECEIVE"
android:name="com.uiuipad.os.permission.XGPUSH_RECEIVE"
android:protectionLevel="signature" />
<uses-permission android:name="com.aoleyun.os.permission.XGPUSH_RECEIVE" />
<uses-permission android:name="com.uiuipad.os.permission.XGPUSH_RECEIVE" />
<!-- 【必须】 移动推送 TPNS SDK 所需权限 -->
<uses-permission android:name="android.permission.INTERNET" />
@@ -91,8 +91,8 @@
<uses-permission android:name="${packageName}.permission.WRITE_SETTINGS" />
<application
android:name="com.aoleyun.os.base.BaseApplication"
android:backupAgent="com.aoleyun.os.LauncherBackupAgent"
android:name="com.uiuipad.os.base.BaseApplication"
android:backupAgent="com.uiuipad.os.LauncherBackupAgent"
android:fullBackupContent="@xml/backupscheme"
android:fullBackupOnly="true"
android:hardwareAccelerated="true"
@@ -105,7 +105,7 @@
<!-- Intent received used to install shortcuts from other applications -->
<receiver
android:name="com.aoleyun.os.InstallShortcutReceiver"
android:name="com.uiuipad.os.InstallShortcutReceiver"
android:enabled="@bool/enable_install_shortcut_api"
android:permission="com.android.launcher.permission.INSTALL_SHORTCUT">
<intent-filter>
@@ -114,27 +114,27 @@
</receiver>
<!-- Intent received when a session is committed -->
<receiver android:name="com.aoleyun.os.SessionCommitReceiver">
<receiver android:name="com.uiuipad.os.SessionCommitReceiver">
<intent-filter>
<action android:name="android.content.pm.action.SESSION_COMMITTED" />
</intent-filter>
</receiver>
<!-- Intent received used to initialize a restored widget -->
<receiver android:name="com.aoleyun.os.AppWidgetsRestoredReceiver">
<receiver android:name="com.uiuipad.os.AppWidgetsRestoredReceiver">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_HOST_RESTORED" />
</intent-filter>
</receiver>
<service
android:name="com.aoleyun.os.uioverrides.dynamicui.WallpaperManagerCompatVL$ColorExtractionService"
android:name="com.uiuipad.os.uioverrides.dynamicui.WallpaperManagerCompatVL$ColorExtractionService"
android:exported="false"
android:permission="android.permission.BIND_JOB_SERVICE"
android:process=":wallpaper_chooser" />
<service
android:name="com.aoleyun.os.notification.NotificationListener"
android:name="com.uiuipad.os.notification.NotificationListener"
android:enabled="@bool/notification_dots_enabled"
android:label="@string/notification_dots_service_title"
android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
@@ -148,7 +148,7 @@
android:value="true" />
<activity
android:name="com.aoleyun.os.dragndrop.AddItemActivity"
android:name="com.uiuipad.os.dragndrop.AddItemActivity"
android:autoRemoveFromRecents="true"
android:excludeFromRecents="true"
android:label="@string/action_add_to_workspace"
@@ -164,8 +164,8 @@
worspace configuration to the dump's file descriptor by using launcher_dump.proto
-->
<meta-data
android:name="com.aoleyun.os.launcher_dump_provider"
android:value="com.aoleyun.os.LauncherProvider" />
android:name="com.uiuipad.os.launcher_dump_provider"
android:value="com.uiuipad.os.LauncherProvider" />
<!--
The settings provider contains Home's data, like the workspace favorites. The permissions
@@ -173,7 +173,7 @@
represent the package name.
-->
<provider
android:name="com.aoleyun.os.LauncherProvider"
android:name="com.uiuipad.os.LauncherProvider"
android:authorities="${packageName}.settings"
android:exported="true"
android:readPermission="${packageName}.permission.READ_SETTINGS"
@@ -184,7 +184,7 @@
TODO: Add proper permissions
-->
<provider
android:name="com.aoleyun.os.graphics.GridOptionsProvider"
android:name="com.uiuipad.os.graphics.GridOptionsProvider"
android:authorities="${packageName}.grid_control"
android:enabled="false"
android:exported="true" />
@@ -193,7 +193,7 @@
The settings activity. To extend point settings_fragment_name to appropriate fragment class
-->
<activity
android:name="com.aoleyun.os.settings.SettingsActivity"
android:name="com.uiuipad.os.settings.SettingsActivity"
android:autoRemoveFromRecents="true"
android:label="@string/settings_button_text"
android:theme="@android:style/Theme.DeviceDefault.Settings">
@@ -204,7 +204,7 @@
</activity>
<activity
android:name="com.aoleyun.os.Launcher"
android:name="com.uiuipad.os.Launcher"
android:clearTaskOnLaunch="true"
android:configChanges="keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenSize|screenLayout|smallestScreenSize"
android:enabled="true"
@@ -227,7 +227,7 @@
</activity>
<provider
android:name="com.aoleyun.os.testing.TestInformationProvider"
android:name="com.uiuipad.os.testing.TestInformationProvider"
android:authorities="${packageName}.TestInfo"
android:enabled="false"
android:exported="true"
@@ -244,7 +244,7 @@
android:theme="@android:style/Theme.Translucent.NoTitleBar">
<intent-filter>
<data
android:host="com.aoleyun.os"
android:host="com.uiuipad.os"
android:scheme="tpns" />
<action android:name="android.intent.action.VIEW" />
@@ -285,32 +285,32 @@
android:exported="false">
<intent-filter>
<!-- 【必须】请修改为当前APP名包.XGVIP_PUSH_ACTION -->
<action android:name="com.aoleyun.os.XGVIP_PUSH_ACTION" />
<action android:name="com.uiuipad.os.XGVIP_PUSH_ACTION" />
</intent-filter>
</service>
<!-- 【必须】【注意】authorities 修改为包名.XGVIP_PUSH_AUTH -->
<provider
android:name="com.tencent.android.tpush.XGPushProvider"
android:authorities="com.aoleyun.os.XGVIP_PUSH_AUTH"
android:authorities="com.uiuipad.os.XGVIP_PUSH_AUTH"
tools:replace="android:authorities" />
<!-- 【必须】【注意】authorities 修改为包名.TPUSH_PROVIDER -->
<provider
android:name="com.tencent.android.tpush.SettingsContentProvider"
android:authorities="com.aoleyun.os.TPUSH_PROVIDER"
android:authorities="com.uiuipad.os.TPUSH_PROVIDER"
tools:replace="android:authorities" />
<!-- 【可选】用于增强保活能力 -->
<provider
android:name="com.tencent.android.tpush.XGVipPushKAProvider"
android:authorities="com.aoleyun.os.AUTH_XGPUSH_KEEPALIVE"
android:authorities="com.uiuipad.os.AUTH_XGPUSH_KEEPALIVE"
android:exported="true"
tools:replace="android:exported,android:authorities" />
<!-- 【可选】APP实现的Receiver用于接收消息透传和操作结果的回调请根据需要添加 -->
<!-- YOUR_PACKAGE_PATH.CustomPushReceiver需要改为自己的Receiver -->
<receiver android:name="com.aoleyun.os.push.tpush.MessageReceiver">
<receiver android:name="com.uiuipad.os.push.tpush.MessageReceiver">
<intent-filter>
<!-- 接收消息透传 -->
<action android:name="com.tencent.android.xg.vip.action.PUSH_MESSAGE" />
@@ -327,7 +327,7 @@
<provider
android:name="com.tencent.tpns.baseapi.base.SettingsContentProvider"
android:authorities="com.aoleyun.os.XG_SETTINGS_PROVIDER"
android:authorities="com.uiuipad.os.XG_SETTINGS_PROVIDER"
android:exported="false"
tools:replace="android:authorities" />
@@ -335,7 +335,7 @@
<!-- 消息接收监听器 (用户可自主扩展) -->
<receiver
android:name=".push.alipush.AliyunMessageReceiver"
android:name="com.uiuipad.os.push.alipush.AliyunMessageReceiver"
android:exported="false">
<intent-filter>
<action android:name="com.alibaba.push2.action.NOTIFICATION_OPENED" />
@@ -349,7 +349,7 @@
</receiver>
<service
android:name=".push.alipush.AliMessageIntentService"
android:name="com.uiuipad.os.push.alipush.AliMessageIntentService"
android:exported="false">
<intent-filter>
<action android:name="com.alibaba.push2.action.NOTIFICATION_OPENED" />