Home > Net >  Programatically expand Notification Panel or Statusbar from Lockscreen Android
Programatically expand Notification Panel or Statusbar from Lockscreen Android

Time:02-10

iam currently building lockscreen app for Android 11 and i want to add a button in the lockscreen when pressed will expand the Statusbar. Already try two method, with StatusbarManager and through AccesibilityService "GLOBAL_ACTION_NOTIFICATIONS" but none of the two work in the lockscreen.

my question is it possible to expand the statusbar programatically at lockscreen or there are some kind of windows UAC that i miss some permission?

CodePudding user response:

  •  Tags:  
  • Related