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:
n8fr8 2012-06-28 17:00:41 -04:00
parent 6d654db37a
commit ecf3c79b72
1 changed files with 4 additions and 1 deletions

View File

@ -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())
continue;
else
{
apps.add(app);
}
}*/
apps.add(app);
app.setEnabled(aInfo.enabled);
app.setUid(aInfo.uid);