GMS 修改Hotseat显示包含4个应用

Date: Tue, 04 Jul 2023 16:47:43 +0800
Subject: [PATCH] feat:GMS 修改Hotseat显示包含4个应用

Change-Id: I2bdabfd094e43ecb070538b282381a6d7e9b517c
---

diff --git vendor/parttner_gms/apps/GmsSampleIntegration/res_dhs_go_2gb/xml/partner_default_layout.xml b/apps/GmsSampleIntegration/res_dhs_go_2gb/xml/partner_default_layout.xml
index 8f9ff08..ba1694d 100644
--- a/apps/GmsSampleIntegration/res_dhs_go_2gb/xml/partner_default_layout.xml
+++ b/apps/GmsSampleIntegration/res_dhs_go_2gb/xml/partner_default_layout.xml
@@ -4,9 +4,9 @@
   <!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
   <!-- Dialer Messaging Calendar Contacts Camera -->
   <favorite container="-101" screen="0" x="0" y="0" packageName="com.google.android.dialer" className="com.google.android.dialer.extensions.GoogleDialtactsActivity"/>
-  <favorite container="-101" screen="1" x="1" y="0" packageName="com.google.android.apps.messaging" className="com.google.android.apps.messaging.ui.ConversationListActivity"/>
+  <favorite container="-101" screen="1" x="1" y="0" packageName="com.google.android.apps.messaging" className="com.google.android.apps.messaging.main.MainActivity"/>
   <favorite container="-101" screen="2" x="2" y="0" packageName="com.android.chrome" className="com.google.android.apps.chrome.Main"/>
-  <favorite container="-101" screen="3" x="3" y="0" packageName="com.android.camera2" className="com.android.camera.CameraActivity"/>
+  <favorite container="-101" screen="3" x="3" y="0" packageName="com.mediatek.camera" className="com.mediatek.camera.CameraLauncher"/>
   <!-- In Launcher3, workspaces extend infinitely to the right, incrementing from zero -->
   <!-- Google folder -->
   <!-- Google Go, Gmail, Assistant Go, Maps Go, YouTube, Drive, YouTube Music, Play Movies, Duo, Gallery Go -->

猜你喜欢

转载自blog.csdn.net/lwz622/article/details/132193539