Launch Other Apps

Function Introduction

Intercepts the behavior of apps opening other apps.

Instructions

Go to Settings, Function Switch, enable this feature. After enabling, an entry point for this function will appear on the home page. Enter the feature to configure the options for one app launching another: Allow, Ask, Deny.

Rules

Rules can more precisely control an app's behavior when opening other apps.

Rule Syntax

Rule syntax consists of two parts:

  • Mode; There are 3 modes: ALLOW (Allow)DENY (Deny)ASK (Ask)

  • Roles; This includes the calling app and target app, which are the package names of the two respective apps.

Tip: Use * to represent any app

Example explanations:

If you want to allow WeChat to start QQ, you can add a rule: ALLOW com.tencent.mm com.tencent.qq;
If you want to ask when WeChat launches QQ, you can add a rule: ASK com.tencent.mm com.tencent.qq;
If you want to deny any app from launching WeChat: DENY * com.tencent.mm.