Android16系统go版去掉按recent键弹出来的【翻译】和【聆听】两个按钮补丁,normal版好像本身就没这两个按钮,修改内容如下:
diff --git a/go/quickstep/res/values/config.xml b/go/quickstep/res/values/config.xml
index 147dd96c41..d694acdafe 100644
--- a/go/quickstep/res/values/config.xml
+++ b/go/quickstep/res/values/config.xml
@@ -18,10 +18,10 @@
<string name="app_sharing_component" translatable="false"/>
<!-- Feature Flags -->
- <bool name="enable_niu_actions">true</bool>
+ <bool name="enable_niu_actions">false</bool>
<string name="task_overlay_factory_class" translatable="false">com.android.quickstep.TaskOverlayFactoryGo</string>
<!-- String representing the intent to delete a package. -->
<string name="delete_package_intent" translatable="false">#Intent;action=android.intent.action.DELETE;launchFlags=0x10800000;B.android.intent.extra.RETURN_RESULT=true;end</string>
-</resources>
\ No newline at end of file
+</resources>

1946

被折叠的 条评论
为什么被折叠?



