Back to project page cpustats.
The source code is released under:
Apache License
If you think the Android project cpustats 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 jp.takke.cpustats; /* ww w . j a va 2s . co m*/ public class C { public static final String LOG_NAME = "CpuStats"; // Preference keys public static final String PREF_KEY_START_ON_BOOT = "StartOnBoot"; public static final String PREF_KEY_UPDATE_INTERVAL_SEC = "UpdateIntervalSec"; public static final int PREF_DEFAULT_UPDATE_INTERVAL_SEC = 5; public static final String PREF_KEY_SHOW_FREQUENCY_NOTIFICATION = "ShowFrequencyNotification"; public static final String PREF_KEY_SHOW_USAGE_NOTIFICATION = "ShowUsageNotification"; }