Hey all!
I would like to remove the "Recents" button while in lockdown.
I have figured out up until now that you can do this by running lockdown in "Native" mode, this way the button does get removed.
The problem is that I am using an app called "Velocity" in this app there are 2 seperate profiles, and I am using the "intent:" action to open the app with a specific profile
For example:
ProfileA
ProfileB
#Intent;action=android.intent.action.MAIN;component=com.wavelink.velocity/.te.SplashActivity;S.openProfile=ProfileA;end;
#Intent;action=android.intent.action.MAIN;component=com.wavelink.velocity/.te.SplashActivity;S.openProfile=ProfileB;end;
This intent works when in Activity suppression mode, but not when in Native mode.
The end goal is to have the intent working as intended, and have the recents button removed/disabled.