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ですべてのブロックされたアプリの表示を実行していますが、次のコードを使用してブロックアプリの値がnullを示しています、出力画面にすべてのブロックアプリを表示したい
for(int j =0; j<channel.size(); j++) { String s = (String) channel.get(j); Log.d("s", "block apps >> " + s); }