始終可見音量按鈕 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.