I want to create an application that allows you to require a password to be entered in order for new application to be installed on android os.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
I don't think this is possible. What you could do is set a broadcast receiver for app-installed. Every time a new app has been installed you could prompt for a password and if the wrong one is entered then you could uninstall the app. |
|||
|
|