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
      void addLmkdAppWhiteList(byte[] dataIn)
      增加低内存保活应用白名单
      Add the whitelist of low-memory keepalive applications.
      void deleteLmkdAppWhiteList()
      删除低内存保活应用白名单。
      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