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.