I need to install the apk file from server. Its downloading when i connect to the server. But after downloading, its not automatically install into the mobile. Is this possible like auto install the apk file after downloading it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Actually, automatically you cannot install apk file. You can simply call package installer that will ask a user to install apk. If it were not in this way, then a malicious application would have possibility to install malicious applications without user’s consent.
Meanwhile, if you’re an author of ROM on which this application should run then you can add the functionality of automatic installation to your modified framework. But in general case this is impossible.