Android 13中显示应用图标的系统栏(平板模拟器)

huangapple go评论73阅读模式
英文:

System bar showing app icons on Android 13 (tablet emulator)

问题

从Android 13(API 33)开始,底部的系统栏在使用不同的应用程序时会显示一排应用程序图标。在主屏幕上它是不可见的,但当您打开一个应用程序或进入系统设置时,您将在底部看到它。

请参考附带的屏幕截图以获取详细信息。

我无法找到通过系统设置禁用它的方法,也没有找到在我正在开发的应用程序中以编程方式禁用它的方法。

您知道如何禁用它,或者至少能否控制它的可见性?也许这只是模拟器的问题?

英文:

From Android 13 (API 33) the the system bar in the bottom is showing a row of app icons when using different apps. On the home screen it is not visible, but when you open up an app or navigates into the system settings you will see it in the bottom.

See attached screenshot for details.

I cannot find a way to disable it through the system settings, and I also haven't found a way to programmatically disable it in the app I'm developing.

Do you know a way to disable it, or at least control the visibility on it? Maybe it is just an emulator issue?

Android 13中显示应用图标的系统栏(平板模拟器)

答案1

得分: 1

看起来已经在这里得到了答案。那里的答案建议:

  • 将所有应用从任务栏拖放到主屏幕,打开任何应用时任务栏将会折叠。
    • 这对我有用,让我能够使用更高的API版本。
  • 使用比Android 12L更低的API版本的模拟器,该版本添加了任务栏。
英文:

Looks to have been answered here previously. Answers there suggested either:

  • Dragging and moving all of the apps from the taskbar onto the home screen, and when you open any app, the taskbar will collapse.
    • This worked for me and allowed me to use the later API versions
  • Using an emulator with a lower API version than Android 12L which added the taskbar.

huangapple
  • 本文由 发表于 2023年4月17日 20:00:11
  • 转载请务必保留本文链接:https://go.coder-hub.com/76034936.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定