apps should only show those with internet permission

This commit is contained in:
Nathan Freitas 2014-06-27 13:01:48 -04:00
parent d56c87eaf5
commit 312c6da2c7
1 changed files with 2 additions and 4 deletions

View File

@ -217,15 +217,13 @@ public class AppManager extends Activity implements OnCheckedChangeListener, OnC
} }
/*
* TODO n8fr8 June 2012: adding all apps for now b/c the Internet permission concept is not really working
if (!app.usesInternet()) if (!app.usesInternet())
continue; continue;
else else
{ {
apps.add(app); apps.add(app);
}*/ }
apps.add(app);
app.setEnabled(aInfo.enabled); app.setEnabled(aInfo.enabled);
app.setUid(aInfo.uid); app.setUid(aInfo.uid);