App install flow
Moderator: Martin
App install flow
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.
Re: App install flow
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
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