Question

Is it possible in Android, to disable standard features of the phone such as Mail, browser, phone etc?

What I'm asking is, is it possible to create an application that, when launched on startup provides some features to the user, but sits "on top" of android so they only have access to your application and not the underlying features of android itself?

Effectively, the phone still runs android, but the user never gets to see this as they are limited to the functionality that your app provides.

Was it helpful?

Solution

You can replace all of the stock apps that come in the AOSP. browser, dialer, homescreen, etc are all just APK files you could replace them with any other APK file you want, lots of ROMS from the Android mod scene replace the stock apps for more robust versions.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top