Page 1 of 1

Need help , trigger for app permission

Posted: 02 Feb 2017 06:04
by commax
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.

Re: Need help , trigger for app permission

Posted: 02 Feb 2017 21:19
by Martin
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