Issue
There doesn't appear to be an intent listed on https://developer.android.com/reference/android/provider/Settings for the Settings screen that checks for updates.
Solution
You can do it via:
startActivity(new Intent("android.settings.SYSTEM_UPDATE_SETTINGS"));
I have tested it on Android 8, 12 and 13 and on Samsung, LG and Pixel, so it seems to be universal.
Answered By - Lars Klint
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.