Suma
Suma

Reputation: 31

Can we do screen pinning of android lollipop device without user interaction

I am trying screen pinning in my app. But in lollipop device before screen pinning and unpinning its asking user interaction. If we click Ok then only screen pinning works.

Is there any way to remove user interaction dialog while pinning the screen?

Upvotes: 3

Views: 313

Answers (1)

Adrian
Adrian

Reputation: 735

Yes, you can use Activity.startLockTask()

Upvotes: 1

Related Questions