Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在应用程序锁定项目中遇到问题,我在 log-cat 中执行所有被阻止的应用程序显示,但块应用程序的值使用以下代码显示为空,我想在输出屏幕中显示所有块应用程序
for(int j =0; j<channel.size(); j++) { String s = (String) channel.get(j); Log.d("s", "block apps >> " + s); }