A simple android phone manage app.
MobileSafe is hosted in the following web site
https://github.com/LichFaker/MobileSafe
If you think the Android project MobileSafe listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of MobileSafe.
Item | Value |
---|---|
Java File Count | 107 |
Supported screen sizes | [hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 34 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_MOCK_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.CALL_PHONE android.permission.GET_TASKS android.permission.INTERNET android.permission.KILL_BACKGROUND_PROCESSES android.permission.MOUNT_UNMOUNT_FILESYSTEMS android.permission.PROCESS_OUTGOING_CALLS android.permission.READ_CALL_LOG android.permission.READ_CONTACTS android.permission.READ_PHONE_STATE android.permission.READ_SMS android.permission.RECEIVE_BOOT_COMPLETED android.permission.RECEIVE_SMS android.permission.SEND_SMS android.permission.SYSTEM_ALERT_WINDOW android.permission.WRITE_CONTACTS android.permission.WRITE_EXTERNAL_STORAGE android.permission.WRITE_SMS permission.CHANGE_NETWORK_STATE |
Asset File Names | assets\address1000 assets\address1001 assets\address1002 assets\antivirus.db assets\commonnum.db |
Raw File Names | res\raw\alarm.wav |
There are 62 image files in MobileSafe. The names of the image files are listed as follows.
account_icon.png application_bg_welcome.png btn_style_one_focused.9.png btn_style_one_normal.9.png btn_style_one_pressed.9.png button_big_02_default.9.png button_big_02_pressed.9.png card_avatar.9.png checkbox_checked.png checkbox_unchecked.png common_button_big_blue.9.png common_button_big_blue_disable.9.png common_button_big_blue_pressed.9.png common_button_big_white.9.png common_button_big_white_pressed.9.png content_blank_icon.png content_top_bg_02_blue_1.png content_top_bg_02_red_1.png content_top_bg_02_yellow.png content_top_bg_03_flow_03.png content_top_bg_03_usage_02.png content_top_bg_03_usage_04.png content_top_bg_04_virus_01.png content_top_bg_04_virus_02.png gesture_create_grid_bg.png gesture_pattern_item_bg.9.png gesture_pattern_selected.png gesture_pattern_selected_wrong.png icon_back_normal.png icon_back_pressed.png icon_user.png img1.png img2.png img3.png into_icon.png listbg_normal.9.png local_popup_bg.9.png login_default_avatar.png login_edit_normal.9.png login_edit_pressed.9.png lunch_icon.png notice_dialog_bg.png search_clear_normal.png search_clear_pressed.png switch_off_normal.png switch_on_normal.png tabbar_blacknum_default.png tabbar_blacknum_pressed.png tabbar_calltab_default.png tabbar_calltab_pressed.png tabbar_messagetab_default.png tabbar_messagetab_pressed.png translate_view_default.png widget01.png widget02.png widget03.png widget04.png widget05.png widget06.png widget07.png widget08.png widget09.png
The following screenshort is generated from the image listed above.
MobileSafe has the following Java source files.
com.faker.mobilesafe.MobilesafeApplication.java com.faker.mobilesafe.bean.AppInfoBean.java com.faker.mobilesafe.bean.CallLogBean.java com.faker.mobilesafe.bean.CallRecordBean.java com.faker.mobilesafe.bean.ContactBean.java com.faker.mobilesafe.bean.DownloadInfo.java com.faker.mobilesafe.bean.MsgRecordBean.java com.faker.mobilesafe.bean.SmsBean.java com.faker.mobilesafe.bean.TaskInfoBean.java com.faker.mobilesafe.bean.TrafficBean.java com.faker.mobilesafe.bean.UpdateBean.java com.faker.mobilesafe.dao.AppLockDao.java com.faker.mobilesafe.dao.BlackNumberDao.java com.faker.mobilesafe.dao.CallRecordDao.java com.faker.mobilesafe.dao.DownloadDao.java com.faker.mobilesafe.dao.MsgRecordDao.java com.faker.mobilesafe.dao.PhoneAddressQueryDao.java com.faker.mobilesafe.dao.TrafficDao.java com.faker.mobilesafe.db.AppLockDBHelper.java com.faker.mobilesafe.db.BlackNumberDBHelper.java com.faker.mobilesafe.db.CallRecordDBHelper.java com.faker.mobilesafe.db.DownloadDBHelper.java com.faker.mobilesafe.db.MsgRecordDBHelper.java com.faker.mobilesafe.db.TrafficDBHelper.java com.faker.mobilesafe.deal.AdminService.java com.faker.mobilesafe.deal.AppInfoService.java com.faker.mobilesafe.deal.CheckupdateThread.java com.faker.mobilesafe.deal.CommonNumberService.java com.faker.mobilesafe.deal.ConstConfig.java com.faker.mobilesafe.deal.ContactInfoService.java com.faker.mobilesafe.deal.GPSService.java com.faker.mobilesafe.deal.NetworkHelper.java com.faker.mobilesafe.deal.SafeSharedpreference.java com.faker.mobilesafe.deal.SmsBackupService.java com.faker.mobilesafe.deal.TaskManagerService.java com.faker.mobilesafe.inter.IService.java com.faker.mobilesafe.receiver.AdminReceiver.java com.faker.mobilesafe.receiver.BootCompleteReceiver.java com.faker.mobilesafe.receiver.ConnectivityChangeReceiver.java com.faker.mobilesafe.receiver.PhoneOutReceiver.java com.faker.mobilesafe.receiver.SMSReceiver.java com.faker.mobilesafe.service.ApplockService.java com.faker.mobilesafe.service.BackupService.java com.faker.mobilesafe.service.BlackNumberService.java com.faker.mobilesafe.service.ShowAddressService.java com.faker.mobilesafe.service.SmsRecaverService.java com.faker.mobilesafe.service.TrafficService.java com.faker.mobilesafe.util.DownloadHelper.java com.faker.mobilesafe.util.FileUtil.java com.faker.mobilesafe.util.FormatUtil.java com.faker.mobilesafe.util.ImageUtil.java com.faker.mobilesafe.util.LockPatternUtils.java com.faker.mobilesafe.util.MD5.java com.faker.mobilesafe.util.MulDownloadHelper.java com.faker.mobilesafe.util.ViewHelper.java com.faker.mobilesafe.util.XmlParseUtil.java com.faker.mobilesafe.view.activitys.AddIPActivity.java com.faker.mobilesafe.view.activitys.AppLockActivity.java com.faker.mobilesafe.view.activitys.AppManagerActivity.java com.faker.mobilesafe.view.activitys.AppUnlockActivity.java com.faker.mobilesafe.view.activitys.BaseActivity.java com.faker.mobilesafe.view.activitys.BlackNumInputActivity.java com.faker.mobilesafe.view.activitys.BlacknumFromConstactActivity.java com.faker.mobilesafe.view.activitys.CallLogActivity.java com.faker.mobilesafe.view.activitys.CommonNumberActivity.java com.faker.mobilesafe.view.activitys.CommunicateActivity.java com.faker.mobilesafe.view.activitys.ContactListActivity.java com.faker.mobilesafe.view.activitys.CreateGesturePasswordActivity.java com.faker.mobilesafe.view.activitys.EnterPasswordActivity.java com.faker.mobilesafe.view.activitys.GuideGesturePasswordActivity.java com.faker.mobilesafe.view.activitys.HighToolsActivity.java com.faker.mobilesafe.view.activitys.InterceptBlacknumberActivity.java com.faker.mobilesafe.view.activitys.InterceptCallrecordActivity.java com.faker.mobilesafe.view.activitys.InterceptMessagerecordActivity.java com.faker.mobilesafe.view.activitys.KillVirusActivity.java com.faker.mobilesafe.view.activitys.LockPasswordUtils.java com.faker.mobilesafe.view.activitys.LostProtectedActivity.java com.faker.mobilesafe.view.activitys.LostSetupActivity.java com.faker.mobilesafe.view.activitys.LostSetupResultActivity.java com.faker.mobilesafe.view.activitys.MainActivity.java com.faker.mobilesafe.view.activitys.ModifyCommandActivity.java com.faker.mobilesafe.view.activitys.ModifyNameActivety.java com.faker.mobilesafe.view.activitys.MsgLogActivity.java com.faker.mobilesafe.view.activitys.PhoneQueryActivity.java com.faker.mobilesafe.view.activitys.SettingsActivity.java com.faker.mobilesafe.view.activitys.ShowBlacknumberListActivity.java com.faker.mobilesafe.view.activitys.SplashActivity.java com.faker.mobilesafe.view.activitys.TaskManagerActivity.java com.faker.mobilesafe.view.activitys.TrafficActivity.java com.faker.mobilesafe.view.activitys.TrafficModifyActivity.java com.faker.mobilesafe.view.activitys.TrafficSetActivity.java com.faker.mobilesafe.view.activitys.UnlockGesturePasswordActivity.java com.faker.mobilesafe.view.ui.ClearEditText.java com.faker.mobilesafe.view.ui.CustomTipsconfirmDialoog.java com.faker.mobilesafe.view.ui.LockPatternView.java com.faker.mobilesafe.view.ui.adapter.AppLockedAdapter.java com.faker.mobilesafe.view.ui.adapter.AppManagerAdapter.java com.faker.mobilesafe.view.ui.adapter.AppUnlockAdapter.java com.faker.mobilesafe.view.ui.adapter.BlackContactListAdapter.java com.faker.mobilesafe.view.ui.adapter.BlackMsgAdapter.java com.faker.mobilesafe.view.ui.adapter.CallLogListAdapter.java com.faker.mobilesafe.view.ui.adapter.CallhistoryListAdapter.java com.faker.mobilesafe.view.ui.adapter.ContactListAdapter.java com.faker.mobilesafe.view.ui.adapter.GVAdapter.java com.faker.mobilesafe.view.ui.adapter.MsgLogListAdapter.java com.faker.mobilesafe.view.ui.adapter.ShowBlacknumberAdapter.java com.faker.mobilesafe.view.ui.adapter.TaskManagerAdapter.java