fastforward专题提供fastforward的最新资讯内容,帮你更好的了解fastforward。
我想从 Android中的mediacontroller中删除fastforward和倒带按钮.谁能帮我这个?我想在我的主要活动中做到这一点. 创建MediaController时,请确保在构造函数中将boolean设置为false: MediaController mediaController = new MediaController(this, false); 从documentation