Android Question App cant update itself

nibbo

Active Member
Licensed User
Longtime User
Hi All

I have an app that checks a webservice for updates, if found downloads the new version it and runs an install intent.
This has been working fine but along came Android 10...
In Android 10 allow 'Unknown Sources' it is no longer a global setting; instead you have to select which apps are allowed to do installs.
When I go into the allow unknown sources settings my app is not listed.
Is there anything I do, manifest edit or something, to let Android 10 know my app wants to be able to install apps?

Hope this makes sense.

Thanks
Nibbo
 

Pendrush

Well-Known Member
Licensed User
Longtime User
Probably this will help:
 
Upvote 0

Jmu5667

Well-Known Member
Licensed User
Longtime User
 
Upvote 0

nibbo

Active Member
Licensed User
Longtime User

Thanks Jmu, I have already written my own version checker using a webservice, like you our apps are for our own use not for the general public.
It was the permissions thing that was causing me problems which post #2 will hopefully fix. Thanks for taking the time to reply anyway.
 
Upvote 0
Top