gpt4 book ai didi

Android 从媒体播放器中删除快进和倒带按钮

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:19:19 26 4
gpt4 key购买 nike

我想从 Android 的媒体 Controller 中删除快进和倒带按钮。谁能帮我这个?我想在我的主要 Activity 中进行。

最佳答案

创建 MediaController 时,请确保在构造函数中将 bool 值设置为 false:

MediaController mediaController = new MediaController(this, false);

来自documentation :

The "rewind" and "fastforward" buttons are shown unless requested otherwise by using the MediaController(Context, boolean) constructor with the boolean set to false

关于Android 从媒体播放器中删除快进和倒带按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11282895/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com