Need help , trigger for app permission

Post your questions and help other users.

Moderator: Martin

Post Reply
commax
Posts: 5
Joined: 13 Oct 2015 10:07

Need help , trigger for app permission

Post by commax » 02 Feb 2017 06:04

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.
Attachments
16441531_1424337907584830_2006754298_n.jpg
App Permission
16441531_1424337907584830_2006754298_n.jpg (32.77 KiB) Viewed 4685 times

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Need help , trigger for app permission

Post by Martin » 02 Feb 2017 21:19

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

Post Reply