Back to project page SmartTools.
The source code is released under:
GNU General Public License
If you think the Android project SmartTools 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.nj.simba; //from w w w .j a v a 2s. c o m public class DeviceInfo { String name; String pkgName; String pkgPath; boolean isSystem; boolean isCtsPass; boolean isRunning; int uid; byte[] icon; }