On Wed, Oct 14, 2009 at 8:27 PM, MT Tang <[email protected]> wrote:
>
> I have a question on Android's capabilities and if the envisioned
> functionality is possible using Android platform.
>
> My colleague and I are tasked to develop an application in Android
> which requires a phone lock-down. (Lock-down meaning buttons/touch-
> screen controls are fully controlled by the application)
>
> I found an Android App called Toddler lock that is similar in
> functionality but like to check with fellow group members if the
> following functions on lock-down can be performed using Android
> version 1.5

Toddler Lock is somewhat child proof, but certainly not adult-proof
(though you'd be amazed at how many emails I used to get from people
that couldn't figure out how to exit it). For one thing, it is not
possible to intercept the power button, so the user can always shut
down the phone, and similarly long press on the home button cannot be
intercepted.

> Our requirements for the custom application involves :-
> - Immediately launches into our application when the phone boots-up.
>
> - Like a "Game Application" / Toddler Lock all buttons, touch-screen
> is controlled by the application.
>        - Application cannot be exited, or switched to any other application.
> Phone functions, GPS functions/Map are all controlled within this
> application.
>        - Call button, call cancel buttons, Volume buttons will be disabled.
>        - Physical keyboard(if present) will be disabled.
>
> - Incoming calls, SMS should be rejected, and not allowed to take over
> control of the application.
>
>
>
> 1. Can the above functionality can be performed on Android Version 1.5
> SDK, without rooting Android?

No. You can disable some of the buttons and functions, but not all of them.

> 2. Anybody came across any sample code which demonstrates the above
> functionality?
>
> Thanks!
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to