Back to project page TaskManager.
The source code is released under:
Apache License
If you think the Android project TaskManager listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.ggstudios.tools.taskmanager; //ww w.j a va 2 s . co m public class Keys { public static final String PREF_SHOW_SYSTEM_APPS = "show_system_apps", PREF_DETAILED_VIEW = "detailed_view", PREF_IMPORTANCE_FILTER = "importance_filter", PREF_HIDE_SYSTEM_APPS = "hide_system_apps_on_apps_tab", PREF_SORT_APPS_BY = "sort_apps_by" ; }