I use Automagic to update some apps automaticly.
But sometimes app need to allow permission again, see the bellow picture.
So I want to know trigger to detect app permission pop up ,
then click allow.
Need help , trigger for app permission
Moderator: Martin
Need help , trigger for app permission
- Attachments
-
- App Permission
- 16441531_1424337907584830_2006754298_n.jpg (32.77 KiB) Viewed 4687 times
Re: Need help , trigger for app permission
Hi,
Trigger UI Event with event type Window opened, package com.google.android.packageinstaller and contains text Allow BitMaker to access should work. Maybe you have to use a regular expression to match the text depending on requested permission. Maybe just matches glob Allow* could work.
Regards,
Martin
Trigger UI Event with event type Window opened, package com.google.android.packageinstaller and contains text Allow BitMaker to access should work. Maybe you have to use a regular expression to match the text depending on requested permission. Maybe just matches glob Allow* could work.
Regards,
Martin