├── README.md └── phoneSafeManager ├── .classpath ├── .gitignore ├── .project ├── .settings ├── org.eclipse.jdt.core.prefs └── org.eclipse.jdt.ui.prefs ├── AndroidManifest.xml ├── assets ├── clearpath.db └── naddress.db ├── bin ├── AndroidManifest.xml ├── classes.dex ├── phoneSafeManager.apk ├── res │ ├── drawable-mdpi │ │ └── ic_launcher.png │ └── drawable-xhdpi │ │ └── ic_launcher.png └── resources.ap_ ├── libs ├── android-support-v4.jar ├── armeabi │ └── liblocSDK3.so ├── httpmime-4.1.3.jar ├── locSDK_3.3.jar └── umeng_social_sdk.jar ├── proguard-project.txt ├── project.properties ├── res ├── anim │ ├── alpha_in.xml │ ├── alpha_out.xml │ ├── cycle_7.xml │ ├── shake.xml │ ├── translate_in.xml │ ├── translate_out.xml │ ├── umeng_socialize_fade_in.xml │ ├── umeng_socialize_fade_out.xml │ ├── umeng_socialize_slide_in_from_bottom.xml │ └── umeng_socialize_slide_out_from_bottom.xml ├── drawable-hdpi │ ├── umeng_socialize_light_bar_bg_pad.9.png │ ├── umeng_socialize_nav_bar_bg_pad.9.png │ ├── umeng_socialize_oauth_check_off.png │ ├── umeng_socialize_oauth_check_on.png │ ├── umeng_socialize_share_music.png │ ├── umeng_socialize_share_pic.png │ └── umeng_socialize_share_video.png ├── drawable-mdpi │ └── ic_launcher.png ├── drawable-xhdpi │ ├── ic_launcher.png │ ├── umeng_socialize_switchbutton_bottom.png │ ├── umeng_socialize_switchbutton_btn_pressed.png │ ├── umeng_socialize_switchbutton_btn_unpressed.png │ ├── umeng_socialize_switchbutton_frame.png │ └── umeng_socialize_switchbutton_mask.png ├── drawable │ ├── bind.png │ ├── button_background.xml │ ├── button_background_selected.xml │ ├── button_selector.xml │ ├── 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 │ ├── devide_line.png │ ├── icon5.png │ ├── img1.png │ ├── img2.png │ ├── img3.png │ ├── item_background.xml │ ├── item_background_selected.xml │ ├── item_background_selector.xml │ ├── local_popup_bg.9.png │ ├── lock.png │ ├── logo2.jpg │ ├── luyang.png │ ├── next.png │ ├── notification.png │ ├── phone.png │ ├── previous.png │ ├── setup1.png │ ├── title_background.xml │ ├── umeng_socialize_action_item_bg.png │ ├── umeng_socialize_action_like.png │ ├── umeng_socialize_action_personal_icon.xml │ ├── umeng_socialize_action_personal_normal.png │ ├── umeng_socialize_action_personal_selected.png │ ├── umeng_socialize_action_share_icon.xml │ ├── umeng_socialize_action_share_normal.png │ ├── umeng_socialize_action_share_selected.png │ ├── umeng_socialize_action_unlike.png │ ├── umeng_socialize_actionbar_bg.9.png │ ├── umeng_socialize_at_button.xml │ ├── umeng_socialize_at_label_bg.png │ ├── umeng_socialize_at_normal.png │ ├── umeng_socialize_at_search_bg.9.png │ ├── umeng_socialize_at_selected.png │ ├── umeng_socialize_bind_bg.9.png │ ├── umeng_socialize_bind_bt.xml │ ├── umeng_socialize_bind_select_bg.png │ ├── umeng_socialize_button_blue.9.png │ ├── umeng_socialize_button_grey.9.png │ ├── umeng_socialize_button_grey_blue.xml │ ├── umeng_socialize_button_red.9.png │ ├── umeng_socialize_button_red_blue.xml │ ├── umeng_socialize_button_white.9.png │ ├── umeng_socialize_button_white_blue.xml │ ├── umeng_socialize_checked.png │ ├── umeng_socialize_comment_bg.png │ ├── umeng_socialize_comment_icon.xml │ ├── umeng_socialize_comment_item_bg_shape.xml │ ├── umeng_socialize_comment_normal.png │ ├── umeng_socialize_comment_selected.png │ ├── umeng_socialize_commnet_header_bg.xml │ ├── umeng_socialize_default_avatar.png │ ├── umeng_socialize_divider_line.png │ ├── umeng_socialize_douban_off.png │ ├── umeng_socialize_douban_on.png │ ├── umeng_socialize_facebook.png │ ├── umeng_socialize_fetch_image.png │ ├── umeng_socialize_fetch_image_disabled.png │ ├── umeng_socialize_fetch_location.png │ ├── umeng_socialize_fetch_location_disabled.png │ ├── umeng_socialize_gmail.png │ ├── umeng_socialize_google.png │ ├── umeng_socialize_input_bar.png │ ├── umeng_socialize_light_bar_bg.9.png │ ├── umeng_socialize_location_grey.png │ ├── umeng_socialize_location_ic.png │ ├── umeng_socialize_location_mark.png │ ├── umeng_socialize_location_off.png │ ├── umeng_socialize_location_on.png │ ├── umeng_socialize_nav_bar_bg.png │ ├── umeng_socialize_oauth_check.xml │ ├── umeng_socialize_oauth_check_off.png │ ├── umeng_socialize_oauth_check_on.png │ ├── umeng_socialize_pulltorefresh_arrow.png │ ├── umeng_socialize_pv.png │ ├── umeng_socialize_qq_login.png │ ├── umeng_socialize_qzone_off.png │ ├── umeng_socialize_qzone_on.png │ ├── umeng_socialize_renren_off.png │ ├── umeng_socialize_renren_on.png │ ├── umeng_socialize_search_icon.png │ ├── umeng_socialize_shape_bt.xml │ ├── umeng_socialize_shape_cyan.xml │ ├── umeng_socialize_shape_hollow_grey.xml │ ├── umeng_socialize_shape_red.xml │ ├── umeng_socialize_shape_solid_black.xml │ ├── umeng_socialize_shape_solid_grey.xml │ ├── umeng_socialize_shape_yellow.xml │ ├── umeng_socialize_share_to_button.xml │ ├── umeng_socialize_share_transparent_corner.xml │ ├── umeng_socialize_sidebar_normal.xml │ ├── umeng_socialize_sidebar_selected.xml │ ├── umeng_socialize_sidebar_selector.xml │ ├── umeng_socialize_sina_off.png │ ├── umeng_socialize_sina_on.png │ ├── umeng_socialize_slate_bg.png │ ├── umeng_socialize_sms.png │ ├── umeng_socialize_title_back_bt.xml │ ├── umeng_socialize_title_back_bt_normal.png │ ├── umeng_socialize_title_back_bt_selected.png │ ├── umeng_socialize_title_right_bt.xml │ ├── umeng_socialize_title_right_bt_normal.png │ ├── umeng_socialize_title_right_bt_selected.png │ ├── umeng_socialize_title_tab_button_left.xml │ ├── umeng_socialize_title_tab_button_right.xml │ ├── umeng_socialize_title_tab_left_normal.png │ ├── umeng_socialize_title_tab_left_pressed.png │ ├── umeng_socialize_title_tab_right_normal.png │ ├── umeng_socialize_title_tab_right_pressed.png │ ├── umeng_socialize_twitter.png │ ├── umeng_socialize_tx_off.png │ ├── umeng_socialize_tx_on.png │ ├── umeng_socialize_ucenter_hbg.png │ ├── umeng_socialize_window_shadow_pad.xml │ ├── umeng_socialize_x_button.png │ ├── unlock.png │ ├── widget01.png │ ├── widget02.png │ ├── widget03.png │ ├── widget04.png │ ├── widget05.png │ ├── widget06.png │ ├── widget07.png │ ├── widget08.png │ ├── widget09.png │ ├── widget_bg_portrait.9.png │ ├── widget_bg_portrait_child.9.png │ └── widget_bg_portrait_child_divider.png ├── layout-h500dp-normal │ └── umeng_socialize_ucenter.xml ├── layout-sw550dp-large │ ├── umeng_socialize_full_alert_dialog.xml │ ├── umeng_socialize_oauth_dialog.xml │ ├── umeng_socialize_post_comment.xml │ ├── umeng_socialize_post_share.xml │ ├── umeng_socialize_titile_bar.xml │ └── umeng_socialize_ucenter.xml ├── layout │ ├── act_atools.xml │ ├── act_clean.xml │ ├── act_main.xml │ ├── act_settings.xml │ ├── act_splash.xml │ ├── app_detail.xml │ ├── app_item.xml │ ├── app_lock.xml │ ├── app_lock_pwd.xml │ ├── app_manager.xml │ ├── blacknumber_item.xml │ ├── call_sms_safe.xml │ ├── common_num_query.xml │ ├── drag_view.xml │ ├── first_entry_dialog.xml │ ├── grid_main_item.xml │ ├── lock_app_item.xml │ ├── lost_protected.xml │ ├── my_toast.xml │ ├── normal_entry_dialog.xml │ ├── popup_item.xml │ ├── process_widget.xml │ ├── query_number.xml │ ├── select_contact.xml │ ├── setting_center.xml │ ├── setupguide1.xml │ ├── setupguide2.xml │ ├── setupguide3.xml │ ├── setupguide4.xml │ ├── show_location.xml │ ├── task_manager.xml │ ├── task_manager_item.xml │ ├── task_manager_title.xml │ ├── task_setting.xml │ ├── traffic_item.xml │ ├── traffic_manager.xml │ ├── traffic_title.xml │ ├── umeng_socialize_actionbar.xml │ ├── umeng_socialize_at_item.xml │ ├── umeng_socialize_at_overlay.xml │ ├── umeng_socialize_at_view.xml │ ├── umeng_socialize_base_alert_dialog.xml │ ├── umeng_socialize_base_alert_dialog_button.xml │ ├── umeng_socialize_bind_select_dialog.xml │ ├── umeng_socialize_comment_detail.xml │ ├── umeng_socialize_comment_detail_nomap.xml │ ├── umeng_socialize_comment_item.xml │ ├── umeng_socialize_comment_more.xml │ ├── umeng_socialize_comment_view.xml │ ├── umeng_socialize_composer_header.xml │ ├── umeng_socialize_failed_load_page.xml │ ├── umeng_socialize_full_alert_dialog.xml │ ├── umeng_socialize_full_alert_dialog_item.xml │ ├── umeng_socialize_full_curtain.xml │ ├── umeng_socialize_oauth_dialog.xml │ ├── umeng_socialize_post_comment.xml │ ├── umeng_socialize_post_comment_platform.xml │ ├── umeng_socialize_post_share.xml │ ├── umeng_socialize_pull_to_refresh_header.xml │ ├── umeng_socialize_simple_spinner_item.xml │ ├── umeng_socialize_titile_bar.xml │ ├── umeng_socialize_ucenter.xml │ └── umeng_socialize_ucenter_platform_item.xml ├── menu │ ├── act_clean.xml │ └── context_menu.xml ├── raw │ └── alert.mp3 ├── values-v11 │ └── styles.xml ├── values-v14 │ └── styles.xml ├── values │ ├── strings.xml │ ├── styles.xml │ ├── umeng_socialize_colors.xml │ ├── umeng_socialize_strings.xml │ └── umeng_socialize_style.xml └── xml │ └── my_admin.xml └── src ├── android └── content │ └── pm │ ├── IPackageDataObserver.aidl │ ├── IPackageStatsObserver.aidl │ └── PackageStats.aidl └── com ├── android └── internal │ └── telephony │ └── ITelephony.aidl └── sam └── safemanager ├── MyApplication.java ├── adapter ├── AppManagerAdapter.java └── MainUIAdapter.java ├── bean ├── AppInfo.java ├── CacheInfo.java ├── ContactInfo.java ├── SmsInfo.java ├── TaskInfo.java └── UpdataInfo.java ├── db ├── BlackNumberDBHelper.java └── dao │ ├── AddressDao.java │ └── BlackNumberDao.java ├── engine ├── AppInfoProvider.java ├── ContactInfoService.java ├── DownLoadFileTask.java ├── NumberAddressService.java ├── SDPathService.java ├── SmsInfoService.java ├── TaskInfoProvider.java ├── UpdataInfoParser.java └── UpdataInfoService.java ├── receiver ├── BootCompleteReceiver.java ├── LockScreenReceiver.java ├── MyAdmin.java └── SMSReceiver.java ├── service └── AddressService.java ├── test ├── TestBlacknumberDao.java ├── TestContactInfoService.java ├── TestGetAppInfo.java ├── TestNumQuery.java └── TestTaskInfoProvider.java ├── ui ├── AToolsActivity.java ├── AppDetailActivity.java ├── AppManagerActivity.java ├── CallSmsActivity.java ├── CleanActivity.java ├── DragViewActivity.java ├── LostProtectedActivity.java ├── MainActivity.java ├── QueryNumActivity.java ├── SelectContactActivity.java ├── SettingActivity.java ├── SetupGudie1Activity.java ├── SetupGudie2Activity.java ├── SetupGudie3Activity.java ├── SetupGudie4Activity.java ├── SplashActivity.java ├── TaskManagerActivity.java ├── TaskSettingActivity.java └── TrafficManagerActivity.java └── util ├── FileSizeUtil.java ├── ImageUtil.java ├── Logger.java ├── MD5Encoder.java ├── MyToast.java ├── TaskUtil.java └── TextFormater.java /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/README.md -------------------------------------------------------------------------------- /phoneSafeManager/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/.classpath -------------------------------------------------------------------------------- /phoneSafeManager/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | -------------------------------------------------------------------------------- /phoneSafeManager/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/.project -------------------------------------------------------------------------------- /phoneSafeManager/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/.settings/org.eclipse.jdt.core.prefs -------------------------------------------------------------------------------- /phoneSafeManager/.settings/org.eclipse.jdt.ui.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/.settings/org.eclipse.jdt.ui.prefs -------------------------------------------------------------------------------- /phoneSafeManager/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/AndroidManifest.xml -------------------------------------------------------------------------------- /phoneSafeManager/assets/clearpath.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/assets/clearpath.db -------------------------------------------------------------------------------- /phoneSafeManager/assets/naddress.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/assets/naddress.db -------------------------------------------------------------------------------- /phoneSafeManager/bin/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/bin/AndroidManifest.xml -------------------------------------------------------------------------------- /phoneSafeManager/bin/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/bin/classes.dex -------------------------------------------------------------------------------- /phoneSafeManager/bin/phoneSafeManager.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/bin/phoneSafeManager.apk -------------------------------------------------------------------------------- /phoneSafeManager/bin/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/bin/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /phoneSafeManager/bin/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/bin/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /phoneSafeManager/bin/resources.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/bin/resources.ap_ -------------------------------------------------------------------------------- /phoneSafeManager/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/libs/android-support-v4.jar -------------------------------------------------------------------------------- /phoneSafeManager/libs/armeabi/liblocSDK3.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/libs/armeabi/liblocSDK3.so -------------------------------------------------------------------------------- /phoneSafeManager/libs/httpmime-4.1.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/libs/httpmime-4.1.3.jar -------------------------------------------------------------------------------- /phoneSafeManager/libs/locSDK_3.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/libs/locSDK_3.3.jar -------------------------------------------------------------------------------- /phoneSafeManager/libs/umeng_social_sdk.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/libs/umeng_social_sdk.jar -------------------------------------------------------------------------------- /phoneSafeManager/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/proguard-project.txt -------------------------------------------------------------------------------- /phoneSafeManager/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/project.properties -------------------------------------------------------------------------------- /phoneSafeManager/res/anim/alpha_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/anim/alpha_in.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/anim/alpha_out.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/anim/alpha_out.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/anim/cycle_7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/anim/cycle_7.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/anim/shake.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/anim/shake.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/anim/translate_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/anim/translate_in.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/anim/translate_out.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/anim/translate_out.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/anim/umeng_socialize_fade_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/anim/umeng_socialize_fade_in.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/anim/umeng_socialize_fade_out.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/anim/umeng_socialize_fade_out.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/anim/umeng_socialize_slide_in_from_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/anim/umeng_socialize_slide_in_from_bottom.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/anim/umeng_socialize_slide_out_from_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/anim/umeng_socialize_slide_out_from_bottom.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable-hdpi/umeng_socialize_light_bar_bg_pad.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable-hdpi/umeng_socialize_light_bar_bg_pad.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable-hdpi/umeng_socialize_nav_bar_bg_pad.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable-hdpi/umeng_socialize_nav_bar_bg_pad.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable-hdpi/umeng_socialize_oauth_check_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable-hdpi/umeng_socialize_oauth_check_off.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable-hdpi/umeng_socialize_oauth_check_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable-hdpi/umeng_socialize_oauth_check_on.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable-hdpi/umeng_socialize_share_music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable-hdpi/umeng_socialize_share_music.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable-hdpi/umeng_socialize_share_pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable-hdpi/umeng_socialize_share_pic.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable-hdpi/umeng_socialize_share_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable-hdpi/umeng_socialize_share_video.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable-xhdpi/umeng_socialize_switchbutton_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable-xhdpi/umeng_socialize_switchbutton_bottom.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable-xhdpi/umeng_socialize_switchbutton_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable-xhdpi/umeng_socialize_switchbutton_btn_pressed.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable-xhdpi/umeng_socialize_switchbutton_btn_unpressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable-xhdpi/umeng_socialize_switchbutton_btn_unpressed.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable-xhdpi/umeng_socialize_switchbutton_frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable-xhdpi/umeng_socialize_switchbutton_frame.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable-xhdpi/umeng_socialize_switchbutton_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable-xhdpi/umeng_socialize_switchbutton_mask.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/bind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/bind.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/button_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/button_background.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/button_background_selected.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/button_background_selected.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/button_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/button_selector.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/call_locate_blue.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/call_locate_blue.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/call_locate_gray.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/call_locate_gray.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/call_locate_green.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/call_locate_green.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/call_locate_orange.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/call_locate_orange.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/call_locate_white.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/call_locate_white.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/devide_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/devide_line.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/icon5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/icon5.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/img1.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/img2.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/img3.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/item_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/item_background.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/item_background_selected.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/item_background_selected.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/item_background_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/item_background_selector.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/local_popup_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/local_popup_bg.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/lock.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/logo2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/logo2.jpg -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/luyang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/luyang.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/next.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/notification.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/phone.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/previous.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/setup1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/setup1.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/title_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/title_background.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_action_item_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_action_item_bg.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_action_like.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_action_like.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_action_personal_icon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_action_personal_icon.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_action_personal_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_action_personal_normal.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_action_personal_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_action_personal_selected.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_action_share_icon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_action_share_icon.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_action_share_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_action_share_normal.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_action_share_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_action_share_selected.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_action_unlike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_action_unlike.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_actionbar_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_actionbar_bg.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_at_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_at_button.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_at_label_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_at_label_bg.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_at_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_at_normal.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_at_search_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_at_search_bg.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_at_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_at_selected.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_bind_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_bind_bg.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_bind_bt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_bind_bt.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_bind_select_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_bind_select_bg.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_button_blue.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_button_blue.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_button_grey.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_button_grey.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_button_grey_blue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_button_grey_blue.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_button_red.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_button_red.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_button_red_blue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_button_red_blue.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_button_white.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_button_white.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_button_white_blue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_button_white_blue.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_checked.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_comment_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_comment_bg.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_comment_icon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_comment_icon.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_comment_item_bg_shape.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_comment_item_bg_shape.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_comment_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_comment_normal.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_comment_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_comment_selected.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_commnet_header_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_commnet_header_bg.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_default_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_default_avatar.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_divider_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_divider_line.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_douban_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_douban_off.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_douban_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_douban_on.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_facebook.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_fetch_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_fetch_image.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_fetch_image_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_fetch_image_disabled.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_fetch_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_fetch_location.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_fetch_location_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_fetch_location_disabled.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_gmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_gmail.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_google.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_input_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_input_bar.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_light_bar_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_light_bar_bg.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_location_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_location_grey.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_location_ic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_location_ic.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_location_mark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_location_mark.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_location_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_location_off.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_location_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_location_on.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_nav_bar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_nav_bar_bg.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_oauth_check.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_oauth_check.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_oauth_check_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_oauth_check_off.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_oauth_check_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_oauth_check_on.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_pulltorefresh_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_pulltorefresh_arrow.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_pv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_pv.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_qq_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_qq_login.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_qzone_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_qzone_off.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_qzone_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_qzone_on.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_renren_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_renren_off.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_renren_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_renren_on.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_search_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_search_icon.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_shape_bt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_shape_bt.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_shape_cyan.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_shape_cyan.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_shape_hollow_grey.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_shape_hollow_grey.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_shape_red.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_shape_red.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_shape_solid_black.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_shape_solid_black.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_shape_solid_grey.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_shape_solid_grey.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_shape_yellow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_shape_yellow.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_share_to_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_share_to_button.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_share_transparent_corner.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_share_transparent_corner.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_sidebar_normal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_sidebar_normal.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_sidebar_selected.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_sidebar_selected.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_sidebar_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_sidebar_selector.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_sina_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_sina_off.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_sina_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_sina_on.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_slate_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_slate_bg.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_sms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_sms.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_title_back_bt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_title_back_bt.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_title_back_bt_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_title_back_bt_normal.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_title_back_bt_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_title_back_bt_selected.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_title_right_bt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_title_right_bt.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_title_right_bt_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_title_right_bt_normal.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_title_right_bt_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_title_right_bt_selected.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_title_tab_button_left.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_title_tab_button_left.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_title_tab_button_right.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_title_tab_button_right.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_title_tab_left_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_title_tab_left_normal.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_title_tab_left_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_title_tab_left_pressed.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_title_tab_right_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_title_tab_right_normal.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_title_tab_right_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_title_tab_right_pressed.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_twitter.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_tx_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_tx_off.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_tx_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_tx_on.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_ucenter_hbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_ucenter_hbg.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_window_shadow_pad.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_window_shadow_pad.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/umeng_socialize_x_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/umeng_socialize_x_button.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/unlock.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/widget01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/widget01.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/widget02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/widget02.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/widget03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/widget03.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/widget04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/widget04.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/widget05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/widget05.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/widget06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/widget06.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/widget07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/widget07.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/widget08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/widget08.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/widget09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/widget09.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/widget_bg_portrait.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/widget_bg_portrait.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/widget_bg_portrait_child.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/widget_bg_portrait_child.9.png -------------------------------------------------------------------------------- /phoneSafeManager/res/drawable/widget_bg_portrait_child_divider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/drawable/widget_bg_portrait_child_divider.png -------------------------------------------------------------------------------- /phoneSafeManager/res/layout-h500dp-normal/umeng_socialize_ucenter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout-h500dp-normal/umeng_socialize_ucenter.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout-sw550dp-large/umeng_socialize_full_alert_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout-sw550dp-large/umeng_socialize_full_alert_dialog.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout-sw550dp-large/umeng_socialize_oauth_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout-sw550dp-large/umeng_socialize_oauth_dialog.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout-sw550dp-large/umeng_socialize_post_comment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout-sw550dp-large/umeng_socialize_post_comment.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout-sw550dp-large/umeng_socialize_post_share.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout-sw550dp-large/umeng_socialize_post_share.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout-sw550dp-large/umeng_socialize_titile_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout-sw550dp-large/umeng_socialize_titile_bar.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout-sw550dp-large/umeng_socialize_ucenter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout-sw550dp-large/umeng_socialize_ucenter.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/act_atools.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/act_atools.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/act_clean.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/act_clean.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/act_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/act_main.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/act_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/act_settings.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/act_splash.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/act_splash.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/app_detail.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/app_detail.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/app_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/app_item.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/app_lock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/app_lock.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/app_lock_pwd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/app_lock_pwd.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/app_manager.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/app_manager.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/blacknumber_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/blacknumber_item.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/call_sms_safe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/call_sms_safe.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/common_num_query.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/common_num_query.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/drag_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/drag_view.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/first_entry_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/first_entry_dialog.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/grid_main_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/grid_main_item.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/lock_app_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/lock_app_item.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/lost_protected.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/lost_protected.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/my_toast.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/my_toast.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/normal_entry_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/normal_entry_dialog.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/popup_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/popup_item.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/process_widget.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/process_widget.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/query_number.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/query_number.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/select_contact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/select_contact.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/setting_center.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/setting_center.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/setupguide1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/setupguide1.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/setupguide2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/setupguide2.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/setupguide3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/setupguide3.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/setupguide4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/setupguide4.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/show_location.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/show_location.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/task_manager.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/task_manager.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/task_manager_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/task_manager_item.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/task_manager_title.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/task_manager_title.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/task_setting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/task_setting.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/traffic_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/traffic_item.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/traffic_manager.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/traffic_manager.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/traffic_title.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/traffic_title.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_actionbar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_actionbar.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_at_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_at_item.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_at_overlay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_at_overlay.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_at_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_at_view.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_base_alert_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_base_alert_dialog.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_base_alert_dialog_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_base_alert_dialog_button.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_bind_select_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_bind_select_dialog.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_comment_detail.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_comment_detail.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_comment_detail_nomap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_comment_detail_nomap.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_comment_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_comment_item.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_comment_more.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_comment_more.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_comment_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_comment_view.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_composer_header.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_composer_header.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_failed_load_page.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_failed_load_page.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_full_alert_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_full_alert_dialog.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_full_alert_dialog_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_full_alert_dialog_item.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_full_curtain.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_full_curtain.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_oauth_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_oauth_dialog.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_post_comment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_post_comment.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_post_comment_platform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_post_comment_platform.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_post_share.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_post_share.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_pull_to_refresh_header.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_pull_to_refresh_header.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_simple_spinner_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_simple_spinner_item.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_titile_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_titile_bar.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_ucenter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_ucenter.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/layout/umeng_socialize_ucenter_platform_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/layout/umeng_socialize_ucenter_platform_item.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/menu/act_clean.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/menu/act_clean.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/menu/context_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/menu/context_menu.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/raw/alert.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/raw/alert.mp3 -------------------------------------------------------------------------------- /phoneSafeManager/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/values-v11/styles.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/values-v14/styles.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/values/strings.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/values/styles.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/values/umeng_socialize_colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/values/umeng_socialize_colors.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/values/umeng_socialize_strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/values/umeng_socialize_strings.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/values/umeng_socialize_style.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/values/umeng_socialize_style.xml -------------------------------------------------------------------------------- /phoneSafeManager/res/xml/my_admin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/res/xml/my_admin.xml -------------------------------------------------------------------------------- /phoneSafeManager/src/android/content/pm/IPackageDataObserver.aidl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/android/content/pm/IPackageDataObserver.aidl -------------------------------------------------------------------------------- /phoneSafeManager/src/android/content/pm/IPackageStatsObserver.aidl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/android/content/pm/IPackageStatsObserver.aidl -------------------------------------------------------------------------------- /phoneSafeManager/src/android/content/pm/PackageStats.aidl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/android/content/pm/PackageStats.aidl -------------------------------------------------------------------------------- /phoneSafeManager/src/com/android/internal/telephony/ITelephony.aidl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/android/internal/telephony/ITelephony.aidl -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/MyApplication.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/MyApplication.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/adapter/AppManagerAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/adapter/AppManagerAdapter.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/adapter/MainUIAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/adapter/MainUIAdapter.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/bean/AppInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/bean/AppInfo.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/bean/CacheInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/bean/CacheInfo.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/bean/ContactInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/bean/ContactInfo.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/bean/SmsInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/bean/SmsInfo.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/bean/TaskInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/bean/TaskInfo.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/bean/UpdataInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/bean/UpdataInfo.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/db/BlackNumberDBHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/db/BlackNumberDBHelper.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/db/dao/AddressDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/db/dao/AddressDao.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/db/dao/BlackNumberDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/db/dao/BlackNumberDao.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/engine/AppInfoProvider.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/engine/AppInfoProvider.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/engine/ContactInfoService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/engine/ContactInfoService.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/engine/DownLoadFileTask.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/engine/DownLoadFileTask.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/engine/NumberAddressService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/engine/NumberAddressService.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/engine/SDPathService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/engine/SDPathService.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/engine/SmsInfoService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/engine/SmsInfoService.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/engine/TaskInfoProvider.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/engine/TaskInfoProvider.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/engine/UpdataInfoParser.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/engine/UpdataInfoParser.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/engine/UpdataInfoService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/engine/UpdataInfoService.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/receiver/BootCompleteReceiver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/receiver/BootCompleteReceiver.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/receiver/LockScreenReceiver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/receiver/LockScreenReceiver.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/receiver/MyAdmin.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/receiver/MyAdmin.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/receiver/SMSReceiver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/receiver/SMSReceiver.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/service/AddressService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/service/AddressService.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/test/TestBlacknumberDao.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/test/TestBlacknumberDao.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/test/TestContactInfoService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/test/TestContactInfoService.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/test/TestGetAppInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/test/TestGetAppInfo.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/test/TestNumQuery.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/test/TestNumQuery.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/test/TestTaskInfoProvider.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/test/TestTaskInfoProvider.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/AToolsActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/AToolsActivity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/AppDetailActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/AppDetailActivity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/AppManagerActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/AppManagerActivity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/CallSmsActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/CallSmsActivity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/CleanActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/CleanActivity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/DragViewActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/DragViewActivity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/LostProtectedActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/LostProtectedActivity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/MainActivity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/QueryNumActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/QueryNumActivity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/SelectContactActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/SelectContactActivity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/SettingActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/SettingActivity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/SetupGudie1Activity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/SetupGudie1Activity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/SetupGudie2Activity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/SetupGudie2Activity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/SetupGudie3Activity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/SetupGudie3Activity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/SetupGudie4Activity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/SetupGudie4Activity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/SplashActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/SplashActivity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/TaskManagerActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/TaskManagerActivity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/TaskSettingActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/TaskSettingActivity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/ui/TrafficManagerActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/ui/TrafficManagerActivity.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/util/FileSizeUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/util/FileSizeUtil.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/util/ImageUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/util/ImageUtil.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/util/Logger.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/util/Logger.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/util/MD5Encoder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/util/MD5Encoder.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/util/MyToast.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/util/MyToast.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/util/TaskUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/util/TaskUtil.java -------------------------------------------------------------------------------- /phoneSafeManager/src/com/sam/safemanager/util/TextFormater.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sangmingming/phoneSafeManager/HEAD/phoneSafeManager/src/com/sam/safemanager/util/TextFormater.java --------------------------------------------------------------------------------