实例介绍
黑马74期 安全卫士android源码,包括设置,手机找回,病毒扫描等功能模块。eclipse中开发。
【实例截图】
【核心代码】
mobilesafe74
└── mobilesafe74
├── AndroidManifest.xml
├── assets
│ ├── address.db
│ ├── antivirus.db
│ └── commonnum.db
├── bin
│ ├── aidl
│ │ ├── android
│ │ │ ├── content
│ │ │ │ └── pm
│ │ │ │ ├── IPackageDataObserver.aidl
│ │ │ │ ├── IPackageStatsObserver.aidl
│ │ │ │ └── PackageStats.aidl
│ │ │ └── telephony
│ │ │ └── NeighboringCellInfo.aidl
│ │ └── com
│ │ └── android
│ │ └── internal
│ │ └── telephony
│ │ └── ITelephony.aidl
│ ├── AndroidManifest.xml
│ ├── classes
│ │ ├── android
│ │ │ ├── content
│ │ │ │ └── pm
│ │ │ │ ├── IPackageDataObserver$Stub$Proxy.class
│ │ │ │ ├── IPackageDataObserver$Stub.class
│ │ │ │ ├── IPackageDataObserver.aidl
│ │ │ │ ├── IPackageDataObserver.class
│ │ │ │ ├── IPackageStatsObserver$Stub$Proxy.class
│ │ │ │ ├── IPackageStatsObserver$Stub.class
│ │ │ │ ├── IPackageStatsObserver.aidl
│ │ │ │ ├── IPackageStatsObserver.class
│ │ │ │ └── PackageStats.aidl
│ │ │ └── telephony
│ │ │ └── NeighboringCellInfo.aidl
│ │ └── com
│ │ ├── android
│ │ │ └── internal
│ │ │ └── telephony
│ │ │ ├── ITelephony$Stub$Proxy.class
│ │ │ ├── ITelephony$Stub.class
│ │ │ ├── ITelephony.aidl
│ │ │ └── ITelephony.class
│ │ └── itheima
│ │ └── mobilesafe74
│ │ ├── activity
│ │ │ ├── AnitVirusActivity$1.class
│ │ │ ├── AnitVirusActivity$2.class
│ │ │ ├── AnitVirusActivity$ScanInfo.class
│ │ │ ├── AnitVirusActivity.class
│ │ │ ├── AppLockActivity$1.class
│ │ │ ├── AppLockActivity$2.class
│ │ │ ├── AppLockActivity$3.class
│ │ │ ├── AppLockActivity$4.class
│ │ │ ├── AppLockActivity$MyAdapter$1$1.class
│ │ │ ├── AppLockActivity$MyAdapter$1.class
│ │ │ ├── AppLockActivity$MyAdapter.class
│ │ │ ├── AppLockActivity$ViewHolder.class
│ │ │ ├── AppLockActivity.class
│ │ │ ├── AppManagerActivity$1.class
│ │ │ ├── AppManagerActivity$2.class
│ │ │ ├── AppManagerActivity$3.class
│ │ │ ├── AppManagerActivity$4.class
│ │ │ ├── AppManagerActivity$MyAdapter.class
│ │ │ ├── AppManagerActivity$ViewHolder.class
│ │ │ ├── AppManagerActivity$ViewTitleHolder.class
│ │ │ ├── AppManagerActivity.class
│ │ │ ├── AToolActivity$1.class
│ │ │ ├── AToolActivity$2.class
│ │ │ ├── AToolActivity$3.class
│ │ │ ├── AToolActivity$4$1.class
│ │ │ ├── AToolActivity$4.class
│ │ │ ├── AToolActivity$5.class
│ │ │ ├── AToolActivity.class
│ │ │ ├── BaseCacheClearActivity.class
│ │ │ ├── BaseSetupActivity$1.class
│ │ │ ├── BaseSetupActivity.class
│ │ │ ├── BlackNumberActivity$1.class
│ │ │ ├── BlackNumberActivity$2.class
│ │ │ ├── BlackNumberActivity$3.class
│ │ │ ├── BlackNumberActivity$4$1.class
│ │ │ ├── BlackNumberActivity$4.class
│ │ │ ├── BlackNumberActivity$5.class
│ │ │ ├── BlackNumberActivity$6.class
│ │ │ ├── BlackNumberActivity$7.class
│ │ │ ├── BlackNumberActivity$MyAdapter$1.class
│ │ │ ├── BlackNumberActivity$MyAdapter.class
│ │ │ ├── BlackNumberActivity$ViewHolder.class
│ │ │ ├── BlackNumberActivity.class
│ │ │ ├── CacheClearActivity$1$1.class
│ │ │ ├── CacheClearActivity$1.class
│ │ │ ├── CacheClearActivity$2.class
│ │ │ ├── CacheClearActivity$3.class
│ │ │ ├── CacheClearActivity$4$1.class
│ │ │ ├── CacheClearActivity$4.class
│ │ │ ├── CacheClearActivity$CacheInfo.class
│ │ │ ├── CacheClearActivity.class
│ │ │ ├── CommonNumberQueryActivity$1.class
│ │ │ ├── CommonNumberQueryActivity$MyAdapter.class
│ │ │ ├── CommonNumberQueryActivity.class
│ │ │ ├── ContactListActivity$1.class
│ │ │ ├── ContactListActivity$2.class
│ │ │ ├── ContactListActivity$3.class
│ │ │ ├── ContactListActivity$MyAdapter.class
│ │ │ ├── ContactListActivity.class
│ │ │ ├── EnterPsdActivity$1.class
│ │ │ ├── EnterPsdActivity.class
│ │ │ ├── HomeActivity$1.class
│ │ │ ├── HomeActivity$2.class
│ │ │ ├── HomeActivity$3.class
│ │ │ ├── HomeActivity$4.class
│ │ │ ├── HomeActivity$5.class
│ │ │ ├── HomeActivity$MyAdapter.class
│ │ │ ├── HomeActivity.class
│ │ │ ├── ProcessManagerActivity$1.class
│ │ │ ├── ProcessManagerActivity$2.class
│ │ │ ├── ProcessManagerActivity$3.class
│ │ │ ├── ProcessManagerActivity$4.class
│ │ │ ├── ProcessManagerActivity$MyAdapter.class
│ │ │ ├── ProcessManagerActivity$ViewHolder.class
│ │ │ ├── ProcessManagerActivity$ViewTitleHolder.class
│ │ │ ├── ProcessManagerActivity.class
│ │ │ ├── ProcessSettingActivity$1.class
│ │ │ ├── ProcessSettingActivity$2.class
│ │ │ ├── ProcessSettingActivity.class
│ │ │ ├── QueryAddressActivity$1.class
│ │ │ ├── QueryAddressActivity$2.class
│ │ │ ├── QueryAddressActivity$3.class
│ │ │ ├── QueryAddressActivity$4.class
│ │ │ ├── QueryAddressActivity.class
│ │ │ ├── SDCacheClearActivity.class
│ │ │ ├── SettingActivity$1.class
│ │ │ ├── SettingActivity$2.class
│ │ │ ├── SettingActivity$3.class
│ │ │ ├── SettingActivity$4.class
│ │ │ ├── SettingActivity$5.class
│ │ │ ├── SettingActivity$6.class
│ │ │ ├── SettingActivity$7.class
│ │ │ ├── SettingActivity$8.class
│ │ │ ├── SettingActivity.class
│ │ │ ├── Setup1Activity.class
│ │ │ ├── Setup2Activity$1.class
│ │ │ ├── Setup2Activity.class
│ │ │ ├── Setup3Activity$1.class
│ │ │ ├── Setup3Activity.class
│ │ │ ├── Setup4Activity$1.class
│ │ │ ├── Setup4Activity.class
│ │ │ ├── SetupOverActivity$1.class
│ │ │ ├── SetupOverActivity.class
│ │ │ ├── SplashActivity$1.class
│ │ │ ├── SplashActivity$2.class
│ │ │ ├── SplashActivity$3.class
│ │ │ ├── SplashActivity$4.class
│ │ │ ├── SplashActivity$5.class
│ │ │ ├── SplashActivity$6.class
│ │ │ ├── SplashActivity.class
│ │ │ ├── TestActivity.class
│ │ │ ├── ToastLocationActivity$1.class
│ │ │ ├── ToastLocationActivity$2.class
│ │ │ ├── ToastLocationActivity.class
│ │ │ └── TrafficActivity.class
│ │ ├── BuildConfig.class
│ │ ├── db
│ │ │ ├── AppLockOpenHelper.class
│ │ │ ├── BlackNumberOpenHelper.class
│ │ │ ├── dao
│ │ │ │ ├── AppLockDao.class
│ │ │ │ └── BlackNumberDao.class
│ │ │ └── domain
│ │ │ ├── AppInfo.class
│ │ │ ├── BlackNumberInfo.class
│ │ │ └── ProcessInfo.class
│ │ ├── engine
│ │ │ ├── AddressDao.class
│ │ │ ├── AppInfoProvider.class
│ │ │ ├── CommonnumDao$Child.class
│ │ │ ├── CommonnumDao$Group.class
│ │ │ ├── CommonnumDao.class
│ │ │ ├── ProcessInfoProvider.class
│ │ │ ├── SmsBackUp$CallBack.class
│ │ │ ├── SmsBackUp.class
│ │ │ └── VirusDao.class
│ │ ├── global
│ │ │ ├── MyApplication$1.class
│ │ │ └── MyApplication.class
│ │ ├── R$anim.class
│ │ ├── R$attr.class
│ │ ├── R$color.class
│ │ ├── R$dimen.class
│ │ ├── R$drawable.class
│ │ ├── R$id.class
│ │ ├── R$layout.class
│ │ ├── R$menu.class
│ │ ├── R$raw.class
│ │ ├── R$string.class
│ │ ├── R$styleable.class
│ │ ├── R$style.class
│ │ ├── R$xml.class
│ │ ├── R.class
│ │ ├── receiver
│ │ │ ├── BootReceiver.class
│ │ │ ├── KillProcessReceiver.class
│ │ │ ├── MyAppWidgetProvider.class
│ │ │ └── SmsReceiver.class
│ │ ├── service
│ │ │ ├── AddressService$1.class
│ │ │ ├── AddressService$2.class
│ │ │ ├── AddressService$3.class
│ │ │ ├── AddressService$InnerOutCallReceiver.class
│ │ │ ├── AddressService$MyPhoneStateListener.class
│ │ │ ├── AddressService.class
│ │ │ ├── BlackNumberService$InnerSmsReceiver.class
│ │ │ ├── BlackNumberService$MyContentObserver.class
│ │ │ ├── BlackNumberService$MyPhoneStateListener.class
│ │ │ ├── BlackNumberService.class
│ │ │ ├── LocationService$MyLocationListener.class
│ │ │ ├── LocationService.class
│ │ │ ├── LockScreenService$InnerReceiver.class
│ │ │ ├── LockScreenService.class
│ │ │ ├── UpdateWidgetService$1.class
│ │ │ ├── UpdateWidgetService$InnerReceiver.class
│ │ │ ├── UpdateWidgetService.class
│ │ │ ├── WatchDogService$1.class
│ │ │ ├── WatchDogService$InnerReceiver.class
│ │ │ ├── WatchDogService$MyContentObserver$1.class
│ │ │ ├── WatchDogService$MyContentObserver.class
│ │ │ └── WatchDogService.class
│ │ ├── test
│ │ │ └── Test.class
│ │ ├── utils
│ │ │ ├── ConstantValue.class
│ │ │ ├── Md5Util.class
│ │ │ ├── ServiceUtil.class
│ │ │ ├── SpUtil.class
│ │ │ ├── StreamUtil.class
│ │ │ └── ToastUtil.class
│ │ └── view
│ │ ├── FocusTextView.class
│ │ ├── SettingClickView.class
│ │ └── SettingItemView.class
│ ├── classes.dex
│ ├── dexedLibs
│ │ ├── android-support-v4-1367cacf7cc3b5455b2f9b8b4bceeb63.jar
│ │ ├── android-support-v4-fca7215f3e296717db05edae34960b19.jar
│ │ ├── xUtils-2.6.14-225fa5045e118713ab08b03628a5675b.jar
│ │ ├── xUtils-2.6.14-48d8908ee3d012c701970171a2b02a3b.jar
│ │ ├── YoumiSdk_v5.1.1_2015-08-26-91734e0ba4d1854b1d14484b8c98e841.jar
│ │ └── YoumiSdk_v5.1.1_2015-08-26-c1bf9bbc26a45caef8d0d98f00d50919.jar
│ ├── jarlist.cache
│ ├── mobilesafe74.apk
│ ├── proguard.txt
│ ├── res
│ │ ├── crunch
│ │ │ ├── drawable-hdpi
│ │ │ │ ├── act_scanning_03.png
│ │ │ │ ├── bind.png
│ │ │ │ ├── function_greenbutton_normal.9.png
│ │ │ │ ├── function_greenbutton_pressed.9.png
│ │ │ │ ├── home_apps.png
│ │ │ │ ├── home_callmsgsafe.png
│ │ │ │ ├── home_netmanager.png
│ │ │ │ ├── home_safe.png
│ │ │ │ ├── home_settings.png
│ │ │ │ ├── home_sysoptimize.png
│ │ │ │ ├── home_taskmanager.png
│ │ │ │ ├── home_tools.png
│ │ │ │ ├── home_trojan.png
│ │ │ │ ├── ic_launcher.png
│ │ │ │ ├── ic_scanner_malware.png
│ │ │ │ ├── img1.png
│ │ │ │ ├── img2.png
│ │ │ │ ├── img3.png
│ │ │ │ ├── jiantou1_pressed.png
│ │ │ │ ├── launcher_bg.png
│ │ │ │ ├── listview_divider.png
│ │ │ │ ├── lock.png
│ │ │ │ ├── main_clean_icon.png
│ │ │ │ ├── main_clean_icon_pressed.png
│ │ │ │ ├── next.png
│ │ │ │ ├── phone.png
│ │ │ │ ├── previous.png
│ │ │ │ ├── security_progress_bg.png
│ │ │ │ ├── security_progress.png
│ │ │ │ ├── setup1.png
│ │ │ │ ├── tab_left_default.png
│ │ │ │ ├── tab_left_pressed.png
│ │ │ │ ├── tab_right_default.png
│ │ │ │ ├── tab_right_pressed.png
│ │ │ │ ├── unlock.png
│ │ │ │ ├── widget_bg_portrait.9.png
│ │ │ │ ├── widget_bg_portrait_child.9.png
│ │ │ │ └── widget_bg_portrait_child_divider.png
│ │ │ ├── drawable-mdpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── drawable-xhdpi
│ │ │ │ └── ic_launcher.png
│ │ │ └── drawable-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-hdpi
│ │ │ ├── act_scanning_03.png
│ │ │ ├── bind.png
│ │ │ ├── function_greenbutton_normal.9.png
│ │ │ ├── function_greenbutton_pressed.9.png
│ │ │ ├── home_apps.png
│ │ │ ├── home_callmsgsafe.png
│ │ │ ├── home_netmanager.png
│ │ │ ├── home_safe.png
│ │ │ ├── home_settings.png
│ │ │ ├── home_sysoptimize.png
│ │ │ ├── home_taskmanager.png
│ │ │ ├── home_tools.png
│ │ │ ├── home_trojan.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_scanner_malware.png
│ │ │ ├── img1.png
│ │ │ ├── img2.png
│ │ │ ├── img3.png
│ │ │ ├── jiantou1_pressed.png
│ │ │ ├── launcher_bg.png
│ │ │ ├── listview_divider.png
│ │ │ ├── lock.png
│ │ │ ├── main_clean_icon.png
│ │ │ ├── main_clean_icon_pressed.png
│ │ │ ├── next.png
│ │ │ ├── phone.png
│ │ │ ├── previous.png
│ │ │ ├── security_progress_bg.png
│ │ │ ├── security_progress.png
│ │ │ ├── setup1.png
│ │ │ ├── tab_left_default.png
│ │ │ ├── tab_left_pressed.png
│ │ │ ├── tab_right_default.png
│ │ │ ├── tab_right_pressed.png
│ │ │ ├── unlock.png
│ │ │ ├── widget_bg_portrait.9.png
│ │ │ ├── widget_bg_portrait_child.9.png
│ │ │ └── widget_bg_portrait_child_divider.png
│ │ ├── drawable-mdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xhdpi
│ │ │ └── ic_launcher.png
│ │ └── drawable-xxhdpi
│ │ └── ic_launcher.png
│ └── resources.ap_
├── gen
│ ├── android
│ │ └── content
│ │ └── pm
│ │ ├── IPackageDataObserver.java
│ │ └── IPackageStatsObserver.java
│ └── com
│ ├── android
│ │ └── internal
│ │ └── telephony
│ │ └── ITelephony.java
│ └── itheima
│ └── mobilesafe74
│ ├── BuildConfig.java
│ └── R.java
├── ic_launcher-web.png
├── libs
│ ├── android-support-v4.jar
│ ├── xUtils-2.6.14.jar
│ └── YoumiSdk_v5.1.1_2015-08-26.jar
├── proguard
│ ├── dump.txt
│ ├── mapping.txt
│ ├── seeds.txt
│ └── usage.txt
├── proguard-android.txt
├── proguard-project.txt
├── project.properties
├── res
│ ├── anim
│ │ ├── cycle_7.xml
│ │ ├── next_in_anim.xml
│ │ ├── next_out_anim.xml
│ │ ├── pre_in_anim.xml
│ │ ├── pre_out_anim.xml
│ │ └── shake.xml
│ ├── drawable
│ │ ├── progress_bg.xml
│ │ ├── reset_setup_bg_press.xml
│ │ ├── selector_atool_item_bg.xml
│ │ ├── selector_blacknumber_delete_btn_bg.xml
│ │ ├── selector_next_btn_bg.xml
│ │ ├── selector_number_btn_bg.xml
│ │ └── selector_reset_setup_bg.xml
│ ├── drawable-hdpi
│ │ ├── act_scanning_03.png
│ │ ├── bind.png
│ │ ├── btn_green_normal.9.png
│ │ ├── btn_green_pressed.9.png
│ │ ├── call_locate_blue.9.png
│ │ ├── call_locate_gray.9.png
│ │ ├── call_locate_green.9.png
│ │ ├── call_locate_orange.9.png
│ │ ├── call_locate_white.9.png
│ │ ├── drag.bmp
│ │ ├── function_greenbutton_normal.9.png
│ │ ├── function_greenbutton_pressed.9.png
│ │ ├── home_apps.png
│ │ ├── home_callmsgsafe.png
│ │ ├── home_netmanager.png
│ │ ├── home_safe.png
│ │ ├── home_settings.png
│ │ ├── home_sysoptimize.png
│ │ ├── home_taskmanager.png
│ │ ├── home_tools.png
│ │ ├── home_trojan.png
│ │ ├── ic_launcher.png
│ │ ├── ic_scanner_malware.png
│ │ ├── img1.png
│ │ ├── img2.png
│ │ ├── img3.png
│ │ ├── jiantou1_pressed.png
│ │ ├── launcher_bg.png
│ │ ├── listview_divider.png
│ │ ├── local_popup_bg.9.png
│ │ ├── lock.png
│ │ ├── main_clean_icon.png
│ │ ├── main_clean_icon_pressed.png
│ │ ├── next.png
│ │ ├── phone.png
│ │ ├── previous.png
│ │ ├── security_progress_bg.png
│ │ ├── security_progress.png
│ │ ├── setup1.png
│ │ ├── tab_left_default.png
│ │ ├── tab_left_pressed.png
│ │ ├── tab_right_default.png
│ │ ├── tab_right_pressed.png
│ │ ├── unlock.png
│ │ ├── widget_bg_portrait.9.png
│ │ ├── widget_bg_portrait_child.9.png
│ │ └── widget_bg_portrait_child_divider.png
│ ├── drawable-ldpi
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ └── ic_launcher.png
│ ├── drawable-xxhdpi
│ │ └── ic_launcher.png
│ ├── layout
│ │ ├── activity_anit_virus.xml
│ │ ├── activity_app_lock.xml
│ │ ├── activity_app_manager.xml
│ │ ├── activity_atool.xml
│ │ ├── activity_base_clear_cache.xml
│ │ ├── activity_blacknumber.xml
│ │ ├── activity_cache_clear.xml
│ │ ├── activity_common_number.xml
│ │ ├── activity_contact_list.xml
│ │ ├── activity_enter_psd.xml
│ │ ├── activity_home.xml
│ │ ├── activity_process_manager.xml
│ │ ├── activity_process_setting.xml
│ │ ├── activity_query_address.xml
│ │ ├── activity_setting.xml
│ │ ├── activity_setup1.xml
│ │ ├── activity_setup2.xml
│ │ ├── activity_setup3.xml
│ │ ├── activity_setup4.xml
│ │ ├── activity_setup_over.xml
│ │ ├── activity_splash.xml
│ │ ├── activity_toast_location.xml
│ │ ├── activity_traffic.xml
│ │ ├── dialog_add_blacknumber.xml
│ │ ├── dialog_confirm_psd.xml
│ │ ├── dialog_set_psd.xml
│ │ ├── elv_child_item.xml
│ │ ├── example_appwidget.xml
│ │ ├── gridview_item.xml
│ │ ├── linearlayout_cache_item.xml
│ │ ├── listview_app_item_title.xml
│ │ ├── listview_app_item.xml
│ │ ├── listview_blacknumber_item.xml
│ │ ├── listview_contact_item.xml
│ │ ├── listview_islock_item.xml
│ │ ├── listview_process_item.xml
│ │ ├── popupwindow_layout.xml
│ │ ├── process_widget.xml
│ │ ├── setting_click_view.xml
│ │ ├── setting_item_view.xml
│ │ ├── test.xml
│ │ └── toast_view.xml
│ ├── menu
│ │ └── main.xml
│ ├── raw
│ │ └── ylzs.mp3
│ ├── values
│ │ ├── attrs.xml
│ │ ├── colors.xml
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-sw600dp
│ │ └── dimens.xml
│ ├── values-sw720dp-land
│ │ └── dimens.xml
│ ├── values-v11
│ │ └── styles.xml
│ ├── values-v14
│ │ └── styles.xml
│ └── xml
│ ├── example_appwidget_info.xml
│ └── process_widget_provider.xml
└── src
├── android
│ ├── content
│ │ └── pm
│ │ ├── IPackageDataObserver.aidl
│ │ ├── IPackageStatsObserver.aidl
│ │ └── PackageStats.aidl
│ └── telephony
│ └── NeighboringCellInfo.aidl
└── com
├── android
│ └── internal
│ └── telephony
│ └── ITelephony.aidl
└── itheima
└── mobilesafe74
├── activity
│ ├── AnitVirusActivity.java
│ ├── AppLockActivity.java
│ ├── AppManagerActivity.java
│ ├── AToolActivity.java
│ ├── BaseCacheClearActivity.java
│ ├── BaseSetupActivity.java
│ ├── BlackNumberActivity.java
│ ├── CacheClearActivity.java
│ ├── CommonNumberQueryActivity.java
│ ├── ContactListActivity.java
│ ├── EnterPsdActivity.java
│ ├── HomeActivity.java
│ ├── ProcessManagerActivity.java
│ ├── ProcessSettingActivity.java
│ ├── QueryAddressActivity.java
│ ├── SDCacheClearActivity.java
│ ├── SettingActivity.java
│ ├── Setup1Activity.java
│ ├── Setup2Activity.java
│ ├── Setup3Activity.java
│ ├── Setup4Activity.java
│ ├── SetupOverActivity.java
│ ├── SplashActivity.java
│ ├── TestActivity.java
│ ├── ToastLocationActivity.java
│ └── TrafficActivity.java
├── db
│ ├── AppLockOpenHelper.java
│ ├── BlackNumberOpenHelper.java
│ ├── dao
│ │ ├── AppLockDao.java
│ │ └── BlackNumberDao.java
│ └── domain
│ ├── AppInfo.java
│ ├── BlackNumberInfo.java
│ └── ProcessInfo.java
├── engine
│ ├── AddressDao.java
│ ├── AppInfoProvider.java
│ ├── CommonnumDao.java
│ ├── ProcessInfoProvider.java
│ ├── SmsBackUp.java
│ └── VirusDao.java
├── global
│ └── MyApplication.java
├── receiver
│ ├── BootReceiver.java
│ ├── KillProcessReceiver.java
│ ├── MyAppWidgetProvider.java
│ └── SmsReceiver.java
├── service
│ ├── AddressService.java
│ ├── BlackNumberService.java
│ ├── LocationService.java
│ ├── LockScreenService.java
│ ├── UpdateWidgetService.java
│ └── WatchDogService.java
├── test
│ └── Test.java
├── utils
│ ├── ConstantValue.java
│ ├── Md5Util.java
│ ├── ServiceUtil.java
│ ├── SpUtil.java
│ ├── StreamUtil.java
│ └── ToastUtil.java
└── view
├── FocusTextView.java
├── SettingClickView.java
└── SettingItemView.java
96 directories, 500 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论