R Ricardo Bunschoten Active Member Licensed User Longtime User Sep 21, 2016 #1 Question: I probaly can use the ap updating lib but i was wondering if i can not use this lib to start a apk installation ? I have a apk file in the standard download folder I have a button If i press the button i want to start the apk in the download folder to install. Of course the user has to accept the install. I think i found it earlier in the past but i can not find it on the forum what the code was. Thnx in advance
Question: I probaly can use the ap updating lib but i was wondering if i can not use this lib to start a apk installation ? I have a apk file in the standard download folder I have a button If i press the button i want to start the apk in the download folder to install. Of course the user has to accept the install. I think i found it earlier in the past but i can not find it on the forum what the code was. Thnx in advance
DonManfred Expert Licensed User Longtime User Sep 21, 2016 #2 Look at the source of appupdating lib. You´ll find the code which creates the intent which is raised to install the downloaded apk Upvote 0
Look at the source of appupdating lib. You´ll find the code which creates the intent which is raised to install the downloaded apk
R Ricardo Bunschoten Active Member Licensed User Longtime User Sep 21, 2016 #3 Yeah i know but then i still need the library ? Or is the intent not library affected ? Upvote 0
DonManfred Expert Licensed User Longtime User Sep 21, 2016 #4 Ricardo Bunschoten said: Yeah i know but then i still need the library ? Click to expand... No. You can download the apk by yourself and just use the code to install from the libs source. No need to add the lib itself (Copy the code-snippet) Upvote 0
Ricardo Bunschoten said: Yeah i know but then i still need the library ? Click to expand... No. You can download the apk by yourself and just use the code to install from the libs source. No need to add the lib itself (Copy the code-snippet)
R Ricardo Bunschoten Active Member Licensed User Longtime User Sep 21, 2016 #5 Thnx thats what i needed to know Thats what i love on this forum the great community. Upvote 0
R Ricardo Bunschoten Active Member Licensed User Longtime User Sep 23, 2016 #6 Thnx Syd i indeed did it this way thank you m8 Upvote 0