当前位置:网站首页>How to default that an app is not restricted by traffic

How to default that an app is not restricted by traffic

2022-06-26 02:38:00 bestwu0666

You can set the package name of the corresponding application as follows , Add to frameworks/base/data/etc/platform.xml
in :

<allow-in-data-usage-savepackage=“com.android.providers.downloads” /〉

Be careful com.android.providers.downloads Replace with the package name of the corresponding application

原网站

版权声明
本文为[bestwu0666]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202180548060215.html