0

I am writing an android application using LibGdx. My question is can I lock Android device. То be active only this app.

P.T.
  • 24,557
  • 7
  • 64
  • 95
Bigfoot
  • 65
  • 5

1 Answers1

1

This isn't a Libgdx question, but an Android platform question.

"Locking" an Android device generally means using the lock screen to prevent access to the device. What you are asking for is more of a "Kiosk" mode. Since this feature would also enable ransomware, its generally not allowed. More details here: Kiosk mode in Android

Community
  • 1
  • 1
P.T.
  • 24,557
  • 7
  • 64
  • 95
  • Thanks for your answer helped me. He gave me direction. ` ` – Bigfoot Aug 12 '14 at 10:52
  • Now I have the following problem about one time selected default action "Home" button to change it programming way from app. If anyone has an idea? – Bigfoot Aug 12 '14 at 10:58