transproxy app manager reset to show all apps
attempted to 'detect' if an app had internet permissions but that was not working
This commit is contained in:
parent
6d654db37a
commit
ecf3c79b72
|
@ -237,12 +237,15 @@ 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