Git Product home page Git Product logo

cromappwhitelist's Issues

Jcenter is deprecated

I was trying to include this library in a project but couldn't because JCenter is deprecated.

Wrong package name for miui auto_start in default_appwhitelist.json

The pkg is given wrong for Xiaomi in default_appwhitelist.json file.

Currently:

{
      "pkg": "com.huawei.systemmanager",
      "cls": "com.miui.permcenter.autostart.AutoStartManagementActivity"
}

Should be:

{
      "pkg": "com.miui.securitycenter",
      "cls": "com.miui.permcenter.autostart.AutoStartManagementActivity"
}

The pkg name com.miui.securitycenter is based on a Poco x3 device running MIUI 12.0.5 (global version).

Update for Xiaomi Redmi note 7

new ComponentName("com.miui.powerkeeper", "com.miui.powerkeeper.ui.HiddenAppsConfigActivity");

MIUI: 11.0.7.0(PFGCNXM)
Android OS: 9

魅族note5 白名单无效

魅族note5白名单无效
Intent mzIntent = new Intent();
mzIntent.setComponent(new
ComponentName("com.meizu.safe","com.meizu.safe.powerui.PowerAppPermissionActivity"));
mzIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
keepers.add(mzIntent);
你这个代码是在那个机型/系统上测试的。

note5设置后台受保护应该是这个
Intent mzNote5Intent = new Intent();
mzNote5Intent.setComponent(new ComponentName("com.meizu.safe", "com.meizu.safe.security.AppSecActivity"));
mzNote5Intent.putExtra("packageName", activity.getPackageName());
keepers.add(mzNote5Intent);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.