How to start Google Play store update

Elenkhos

Member
Does anyone know how to start Google Play update with MD or Tasker? I tried to search for a solution but this Reddit post was the best I could find:
Code:
Send Intent
Action: com.google.android.finsky.VIEW_MY_DOWNLOADS
Package: com.android.vending
Class: com.google.android.finsky.activities.MainActivity
Extra: trigger_update_all:true
Target: Activity
It seems to open the right page in Play Store but it doesn't start the update. The update should start screen locked so I can't use UI interaction to click "Update all" button.
 

sined23

New member
Does anyone know how to start Google Play update with MD or Tasker? I tried to search for a solution but this Reddit post was the best I could find:
Code:
Send Intent
Action: com.google.android.finsky.VIEW_MY_DOWNLOADS
Package: com.android.vending
Class: com.google.android.finsky.activities.MainActivity
Extra: trigger_update_all:true
Target: Activity
It seems to open the right page in Play Store but it doesn't start the update. The update should start screen locked so I can't use UI interaction to click "Update all" button.
Dear, did you find solution?
 

Josué García

MacroDroid Support
Staff member
Does anyone know how to start Google Play update with MD or Tasker? I tried to search for a solution but this Reddit post was the best I could find:
Code:
Send Intent
Action: com.google.android.finsky.VIEW_MY_DOWNLOADS
Package: com.android.vending
Class: com.google.android.finsky.activities.MainActivity
Extra: trigger_update_all:true
Target: Activity
It seems to open the right page in Play Store but it doesn't start the update. The update should start screen locked so I can't use UI interaction to click "Update all" button.
It looks like you got it from here, but it's incomplete, it's making use of the auto input plugin to click the "update all" button so I assume the device was unlocked by smart lock or maybe the auto input itself, you can replicate that with macrodroid UI interaction but you're not going to get it with the screen off.

@sined23 @krzygaj
 

Attachments

  • Screenshot_2022-02-17-12-51-50-79_b72a20be883aec8a014bd2b7c7038e87.jpg
    Screenshot_2022-02-17-12-51-50-79_b72a20be883aec8a014bd2b7c7038e87.jpg
    584.7 KB · Views: 7
Top