App install flow

Post your questions and help other users.

Moderator: Martin

Post Reply
Linuxmel
Posts: 21
Joined: 21 Dec 2015 00:16

App install flow

Post by Linuxmel » 11 Jan 2016 00:26

I use an app called Flux which adjust screen brightness automatically, and uses filters to keep strain off your eyes. When using the filter, it interferes with installing apps. The filter keeps you from being able to touch the button to install the app. I want to be able to create a flow that would disable or turn off the app, when you go to install a app. So the trigger would be, "on app install" action temporary shut app down. Thanks, I could not find the correct Trigger to use.

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

Re: App install flow

Post by Martin » 12 Jan 2016 14:33

Hi,

You could try to detect the package installer with trigger Activity Started and package com.google.android.packageinstaller and activity com.android.packageinstaller.PackageInstallerActivity.

Regards,
Martin

Linuxmel
Posts: 21
Joined: 21 Dec 2015 00:16

Re: App install flow

Post by Linuxmel » 12 Jan 2016 16:09

Great, thanks!

Post Reply