Hi all,
I asked this a while back and didn't get anything useful. I'm hoping now that Android has advanced a few releases, that there will be more options. Here are the things I'm trying to accomplish:
- Prompt for a PIN when you uninstall a particular app. This would have been set at install time by the user.
- Disable certain services (text, phone). What would be even better is if I could be selective about it instead of just turning the radios off. For example:
a. intercept outgoing call, is it to one of a few allowed numbers?, yes => allow it, no => deny
b. intercept incoming call, is it from one of a few allowed numbers, yes => allow it, no => to voicemail
c. intercept incoming text, is it from one of a few allowed numbers, yes => allow it, no => queue up for later delivery
d. intercept outgoing text, is it to one of a few allowed numbers, yes => allow it, no => deny
Is this sort of thing possible using Android? I thought I would ask on her for advice prior to going digging around in the SDK since I don't know much about Android in general. How about with iPhone OS?
This is for an app that a parent would install on their child's phone to limit functionality in certain scenarios.
Thank you,
Tom