Android Start My App Only

Asked

Viewed 103 times

0

I don’t know if this would be a programming problem, I think so... I’m with a project that the app I’m developing will be installed on X-branded devices, this app MUST be the only usable app, IE, the user can’t have the power to close the app, "minimize"Start other apps or even use the status bar of android, summarizing, a device that works only one app. You can do it?

1 answer

3


Briefly ... Not

Android is an operating system and your app is just a process that runs on it, you just can’t lock all the features exclusively into your app. Even if you try to do this, one time or another, Android will kill your process.

At the end of the day, what you’re willing to do is a embedded system, that is, creating an application that runs in a unique way on a specific hardware.

  • 1

    This is an add-on to your answer, which would answer 100% of mine: Android Things! https://developer.android.com/things/index.html

Browser other questions tagged

You are not signed in. Login or sign up in order to post.