始终可见音量按钮 APP
您可以调整音乐,电影和应用程序的音量,并从高级选项更改为电话和免提电话的音量。
通知栏上的绿色按钮是隐藏功能。
扬声器按钮指示音量,可以通过双击高级选项将其静音。
如果按住扬声器按钮,则可以激活高级选项中消失的功能。
您可以在通知栏中调整图标的大小。
How to turn on/off button on screen with send intent in app like tasker:
1. Intent to hide the app
Action
com.oksoft.hide
Extra
hide:1
Package
com.alwaysvolumebutton
Class
com.alwaysvolumebutton.OnLock_BroadcastReceiver
Target
Broadcast Receiver
2. The intent to show the app.
Action
com.oksoft.hide
Extra
hide:2
Package
com.alwaysvolumebutton
Class
com.alwaysvolumebutton.OnLock_BroadcastReceiver
Target
Broadcast Receiver
For other always visible apps, just change the package name.