apps should only show those with internet permission
This commit is contained in:
parent
d56c87eaf5
commit
312c6da2c7
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue