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 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.

share|improve this question

1 Answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.