Questions tagged [android-device-controls]

Android Device controls is a feature introduced in SDK R to provide developers ways to create power menu widgets

2 questions
1
vote
1 answer

Android Power Screen `Control` always takes the same intent

I am cooperating with TheLastProject@github on an app that works as a loyalty card wallet: Catima (link to my fork and to app listing) I tried to implement Power screen cards and I followed the Android development guide on Device Controls The…
0
votes
0 answers

Android multi display - Custom system navigation bar

I'm using Android multi display and displaying my custom launcher on secondary display like monitor. I want to customize monitor's system navigation bar like in Zebra work station connect. I tried using below code and hide default navigation bar by…