com.pax.dal
Interface IWhiteListControl
-
public interface IWhiteListControl
低内存保活应用白名单管理。Low memory keepalive application whitelist management.- Since:
- V4.11.00
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidaddLmkdAppWhiteList(byte[] dataIn)增加低内存保活应用白名单Add the whitelist of low-memory keepalive applications.voiddeleteLmkdAppWhiteList()删除低内存保活应用白名单。Example Delete the low memory keepalive application whitelist
-
-
-
Method Detail
-
addLmkdAppWhiteList
void addLmkdAppWhiteList(byte[] dataIn) throws WhiteListControlDevException
增加低内存保活应用白名单Add the whitelist of low-memory keepalive applications.- Parameters:
dataIn-应用白名单数据 白名单格式如下: ##notes \n packageName\n packageName\n packageName 白名单按上述格式生成后,需要进行百富应用签名Application whitelist data The whitelist format is as follows: ##notes \n packageName\n packageName\n packageName After the whitelist is generated in the preceding format, you need to sign the whitelist- Throws:
WhiteListControlDevException- Since:
- V4.11.00
-
deleteLmkdAppWhiteList
void deleteLmkdAppWhiteList() throws WhiteListControlDevException
删除低内存保活应用白名单。Example Delete the low memory keepalive application whitelist- Throws:
WhiteListControlDevException- Since:
- V4.11.00
-
-