Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我需要更改屏幕亮度。我想显示Android的内部亮度控制对话框(当我们选择设置->声音和显示->亮度时显示)当用户单击我的活动中的亮度按钮时显示。
你不能这样做。您可以做的最好的事情是使用 android.provider.Settings 中定义的意图操作启动声音和显示面板
我开始 -a android.intent.action.SHOW_BRIGHTNESS_DIALOG