0

Whenever I install my android application I am facing this prompt before getting installed. Is there anyway to remove or disable this prompt in programmatically?

What I want to achieve is, I want to send application file(apk) from server to mobile device by using device administration. Once I sent the app file then it should be getting downloaded and installed without any user permission. Because I want to restrict this through server.

Please give me any idea about this.

  • Outside of perhaps device owner APIs, or on rooted devices, this should not be possible. – CommonsWare Nov 14 '16 at 13:17
  • @Sridhar Venkat you can't install any application without user permission, its OS responsibility to restrict installation of application without user permission – ramkrishna kushwaha Nov 14 '16 at 13:23
  • If you are publishing that on Google Play, have fun getting it rejected, because you are not allowed to install apps without the user's permission, and you are not allowed to use another update mechanism than the Google Play's one. – xdevs23 Nov 14 '16 at 13:46
  • @CommonsWare Can you please elaborate "device owner APIs" ? If we have anyway to do that with "device owner APIs" then shall we apply the apk in google play store? – Sridhar Venkat Nov 15 '16 at 05:11
  • https://developer.android.com/about/versions/android-5.0.html#Enterprise – CommonsWare Nov 15 '16 at 13:03

0 Answers0