├── Tasks ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── hmf │ │ └── tasks │ │ └── BuildConfig.java ├── libs │ ├── .gitignore │ └── tasks.jar ├── res │ └── .gitignore ├── src │ └── .gitignore ├── assets │ └── .gitignore ├── .settings │ └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── .classpath ├── project.properties ├── proguard-project.txt └── .project ├── Update ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── updatesdk │ │ └── BuildConfig.java ├── res │ ├── .gitignore │ ├── drawable-xhdpi-v4 │ │ ├── upsdk_cancel_normal.png │ │ ├── upsdk_cancel_pressed_bg.png │ │ └── upsdk_btn_emphasis_normal_layer.9.png │ ├── drawable-xxhdpi-v4 │ │ ├── upsdk_cancel_normal.png │ │ ├── upsdk_cancel_pressed_bg.png │ │ └── upsdk_btn_emphasis_normal_layer.9.png │ ├── drawable-xxxhdpi-v4 │ │ ├── upsdk_cancel_normal.png │ │ ├── upsdk_cancel_pressed_bg.png │ │ └── upsdk_btn_emphasis_normal_layer.9.png │ ├── values-night-v29 │ │ └── values-night-v29.xml │ ├── values-television-v13 │ │ └── values-television-v13.xml │ └── drawable │ │ ├── upsdk_third_download_bg.xml │ │ └── upsdk_cancel_bg.xml ├── src │ └── .gitignore ├── assets │ ├── .gitignore │ └── updatesdkcas.bks ├── libs │ ├── .gitignore │ └── update.jar ├── .settings │ └── org.eclipse.jdt.core.prefs ├── .classpath ├── project.properties ├── proguard-project.txt └── .project ├── HMSSdkBase ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── android │ │ └── hms │ │ └── base │ │ └── BuildConfig.java ├── libs │ ├── .gitignore │ └── hmssdk-base-5.0.5.300.jar ├── res │ └── .gitignore ├── src │ └── .gitignore ├── assets │ └── .gitignore ├── .settings │ └── org.eclipse.jdt.core.prefs ├── .classpath ├── project.properties ├── proguard-project.txt ├── .project └── AndroidManifest.xml ├── HMSSdkLog ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── hms │ │ └── log │ │ └── BuildConfig.java ├── libs │ ├── .gitignore │ └── hmssdk-log-5.0.5.300.jar ├── res │ └── .gitignore ├── src │ └── .gitignore ├── assets │ └── .gitignore ├── .settings │ └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── .classpath ├── project.properties ├── proguard-project.txt └── .project ├── HMSSdkStats ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── hms │ │ └── stats │ │ └── BuildConfig.java ├── res │ └── .gitignore ├── src │ └── .gitignore ├── assets │ └── .gitignore ├── libs │ ├── .gitignore │ └── hmssdk-stats-5.0.5.300.jar ├── .settings │ └── org.eclipse.jdt.core.prefs ├── .classpath ├── AndroidManifest.xml ├── project.properties ├── proguard-project.txt └── .project ├── HMSSdkUI ├── assets │ └── .gitignore ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── hms │ │ └── base │ │ └── ui │ │ └── BuildConfig.java ├── libs │ ├── .gitignore │ └── hmssdk-ui-5.0.5.300.jar ├── res │ ├── .gitignore │ ├── values-night-v29 │ │ └── values-night-v29.xml │ ├── values-en-rAU │ │ └── values-en-rAU.xml │ └── layout │ │ └── activity_endisable_service.xml ├── src │ └── .gitignore ├── .settings │ └── org.eclipse.jdt.core.prefs ├── .classpath ├── project.properties ├── proguard-project.txt └── .project ├── Network-grs ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── hms │ │ └── framework │ │ └── network │ │ └── grs │ │ └── BuildConfig.java ├── res │ └── .gitignore ├── src │ └── .gitignore ├── assets │ ├── .gitignore │ ├── grs_sp.bks │ └── grs_sdk_server_config.json ├── libs │ ├── .gitignore │ └── network-grs.jar ├── .settings │ └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── .classpath ├── project.properties ├── proguard-project.txt └── .project ├── dtm-api ├── assets │ └── .gitignore ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── hms │ │ └── dtm │ │ └── sdk │ │ ├── BuildConfig.java │ │ └── R.java ├── libs │ ├── .gitignore │ └── dtm-api-6.1.0.301.jar ├── res │ ├── .gitignore │ └── layout │ │ └── dtm_preview_activity.xml ├── src │ └── .gitignore ├── .settings │ └── org.eclipse.jdt.core.prefs ├── .classpath ├── project.properties ├── proguard-project.txt └── .project ├── dtm-core ├── assets │ └── .gitignore ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── hms │ │ └── dtm │ │ └── core │ │ └── BuildConfig.java ├── libs │ ├── .gitignore │ └── dtm-core-6.1.0.301.jar ├── res │ ├── .gitignore │ ├── mipmap-xxhdpi │ │ ├── dtm_visual_control_button.png │ │ └── dtm_preview_control_button.png │ ├── values │ │ ├── ids.xml │ │ └── strings.xml │ ├── drawable │ │ └── hw_dtm_dialog_white_bg.xml │ ├── values-zh │ │ └── strings.xml │ ├── values-zh-rHK │ │ └── strings.xml │ ├── values-zh-rTW │ │ └── strings.xml │ ├── values-zh-rCN │ │ └── strings.xml │ ├── values-ja │ │ └── strings.xml │ ├── values-am │ │ └── strings.xml │ ├── values-ko │ │ └── strings.xml │ ├── values-ug │ │ └── strings.xml │ ├── values-ar │ │ └── strings.xml │ ├── values-mi │ │ └── strings.xml │ ├── values-ru │ │ └── strings.xml │ ├── values-iw │ │ └── strings.xml │ ├── values-en-rGB │ │ └── strings.xml │ ├── values-sk │ │ └── strings.xml │ ├── values-be │ │ └── strings.xml │ ├── values-si │ │ └── strings.xml │ ├── values-sw │ │ └── strings.xml │ ├── values-ur │ │ └── strings.xml │ ├── values-vi │ │ └── strings.xml │ ├── values-az │ │ └── strings.xml │ ├── values-cs │ │ └── strings.xml │ ├── values-gl │ │ └── strings.xml │ ├── values-in │ │ └── strings.xml │ ├── values-nb │ │ └── strings.xml │ ├── values-pt │ │ └── strings.xml │ ├── values-km │ │ └── strings.xml │ ├── values-pa │ │ └── strings.xml │ ├── values-ro │ │ └── strings.xml │ ├── values-tr │ │ └── strings.xml │ ├── values-bs │ │ └── strings.xml │ ├── values-hu │ │ └── strings.xml │ ├── values-ta │ │ └── strings.xml │ ├── values-th │ │ └── strings.xml │ ├── values-et │ │ └── strings.xml │ ├── values-fa │ │ └── strings.xml │ ├── values-kk │ │ └── strings.xml │ └── values-da │ │ └── strings.xml ├── src │ └── .gitignore ├── .settings │ └── org.eclipse.jdt.core.prefs ├── .classpath ├── AndroidManifest.xml ├── project.properties ├── proguard-project.txt └── .project ├── dynamic-api ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── hms │ │ └── feature │ │ └── dynamic │ │ └── BuildConfig.java ├── res │ └── .gitignore ├── src │ └── .gitignore ├── assets │ └── .gitignore ├── libs │ ├── .gitignore │ └── dynamic-api.jar ├── .settings │ └── org.eclipse.jdt.core.prefs ├── .classpath ├── project.properties ├── AndroidManifest.xml ├── proguard-project.txt └── .project ├── Agconnect-core ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── agconnect │ │ └── core │ │ └── BuildConfig.java ├── libs │ ├── .gitignore │ └── agconnect-core.jar ├── res │ └── .gitignore ├── src │ └── .gitignore ├── assets │ └── .gitignore ├── proguard-project.txt ├── .settings │ └── org.eclipse.jdt.core.prefs ├── .classpath ├── AndroidManifest.xml ├── project.properties └── .project ├── Agconnect-https ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── agconnect │ │ └── https │ │ └── BuildConfig.java ├── libs │ ├── .gitignore │ └── agconnect-https.jar ├── res │ └── .gitignore ├── src │ └── .gitignore ├── assets │ └── .gitignore ├── proguard-project.txt ├── .settings │ └── org.eclipse.jdt.core.prefs ├── .classpath ├── AndroidManifest.xml ├── project.properties └── .project ├── Datastore-core ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── agconnect │ │ └── datastore │ │ └── BuildConfig.java ├── libs │ ├── .gitignore │ └── datastore-core.jar ├── res │ └── .gitignore ├── src │ └── .gitignore ├── assets │ └── .gitignore ├── proguard-project.txt ├── .settings │ └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── .classpath ├── project.properties └── .project ├── HMSSdkAnalytics ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── hms │ │ └── analytics │ │ └── BuildConfig.java ├── libs │ ├── .gitignore │ └── hianalytics-5.0.5.301.jar ├── res │ └── .gitignore ├── src │ └── .gitignore ├── assets │ ├── .gitignore │ └── hianalyticscas.bks ├── aidl │ └── com │ │ └── huawei │ │ └── hms │ │ └── analytics │ │ ├── UploadInfo.aidl │ │ └── CustomEvent.aidl ├── .settings │ └── org.eclipse.jdt.core.prefs ├── .classpath ├── project.properties ├── proguard-project.txt └── .project ├── HMSSdkDevice ├── assets │ └── .gitignore ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── hms │ │ └── base │ │ └── device │ │ └── BuildConfig.java ├── libs │ ├── .gitignore │ └── hmssdk-device-5.0.5.300.jar ├── res │ └── .gitignore ├── src │ └── .gitignore ├── .settings │ └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── .classpath ├── project.properties ├── proguard-project.txt └── .project ├── HMSSdkHaTool ├── assets │ ├── .gitignore │ └── hianalytics_njjn ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── hms │ │ └── hatool │ │ └── BuildConfig.java ├── libs │ ├── .gitignore │ └── hmssdk-hatool-5.0.5.300.jar ├── res │ └── .gitignore ├── src │ └── .gitignore ├── .settings │ └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── .classpath ├── project.properties ├── proguard-project.txt └── .project ├── HMSSdkOpendevice ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── android │ │ └── hms │ │ └── openid │ │ ├── BuildConfig.java │ │ └── R.java ├── res │ ├── .gitignore │ └── values │ │ └── values.xml ├── src │ └── .gitignore ├── assets │ └── .gitignore ├── libs │ ├── .gitignore │ └── hmssdk-opendevice-5.0.0.301.jar ├── .settings │ └── org.eclipse.jdt.core.prefs ├── .classpath ├── project.properties ├── AndroidManifest.xml ├── proguard-project.txt └── .project ├── Network-common ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── hms │ │ └── framework │ │ └── common │ │ ├── BuildConfig.java │ │ └── R.java ├── libs │ ├── .gitignore │ └── network-common.jar ├── res │ ├── .gitignore │ └── values │ │ └── values.xml ├── src │ └── .gitignore ├── assets │ └── .gitignore ├── .settings │ └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── .classpath ├── project.properties ├── proguard-project.txt └── .project ├── Security-encrypt ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── secure │ │ └── android │ │ └── common │ │ └── encrypt │ │ └── BuildConfig.java ├── res │ └── .gitignore ├── src │ └── .gitignore ├── assets │ └── .gitignore ├── libs │ ├── .gitignore │ └── security-encrypt.jar ├── .settings │ └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── .classpath ├── project.properties ├── proguard-project.txt └── .project ├── Security-ssl ├── assets │ ├── .gitignore │ ├── hmsincas.bks │ └── hmsrootcas.bks ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── secure │ │ └── android │ │ └── common │ │ └── ssl │ │ └── BuildConfig.java ├── libs │ ├── .gitignore │ └── security-ssl.jar ├── res │ └── .gitignore ├── src │ └── .gitignore ├── .settings │ └── org.eclipse.jdt.core.prefs ├── .classpath ├── AndroidManifest.xml ├── project.properties ├── proguard-project.txt └── .project ├── Agconnect-credential ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── agconnect │ │ └── credential │ │ └── BuildConfig.java ├── libs │ ├── .gitignore │ └── agconnect-credential.jar ├── res │ └── .gitignore ├── src │ └── .gitignore ├── assets │ ├── .gitignore │ ├── hmsincas.bks │ └── hmsrootcas.bks ├── proguard-project.txt ├── .settings │ └── org.eclipse.jdt.core.prefs ├── .classpath ├── project.properties ├── .project └── AndroidManifest.xml ├── HMSSdkAvailableUpdate ├── gen │ ├── .gitignore │ └── com │ │ └── huawei │ │ └── hms │ │ └── base │ │ └── availableupdate │ │ └── BuildConfig.java ├── res │ └── .gitignore ├── src │ └── .gitignore ├── assets │ └── .gitignore ├── libs │ ├── .gitignore │ └── hmssdk-availableupdate-5.0.5.300.jar ├── .settings │ └── org.eclipse.jdt.core.prefs ├── .classpath ├── project.properties ├── proguard-project.txt └── .project ├── result_1.png ├── result_2.png ├── HMSDTMSample ├── result_1.png ├── result_2.png ├── assets │ ├── grs_sp.bks │ ├── hmsincas.bks │ ├── hmsrootcas.bks │ ├── updatesdkcas.bks │ ├── dtm_hmsrootcas.bks │ ├── hianalyticscas.bks │ ├── grs_sdk_server_config.json │ ├── hianalytics_njjn │ └── agconnect-services.json ├── ic_launcher-web.png ├── libs │ ├── okio-1.14.0.jar │ ├── greendao-3.3.0.jar │ ├── hianalyticscas.bks │ ├── okhttp-3.11.0.jar │ ├── support-v4-21.0.0.jar │ ├── appcompat-v7-25.3.1.jar │ ├── greendao-api-3.3.0.jar │ ├── datastore-annotation.jar │ ├── internal_impl-21.0.0.jar │ ├── recyclerview-v7-21.0.0.jar │ ├── ads-identifier.3.4.37.300.jar │ ├── hianalytics-core-5.0.5.301.jar │ ├── hianalytics-framework-5.0.5.301.jar │ └── hianalytics_njjn ├── res │ ├── drawable-hdpi │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ └── ic_launcher.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── values │ │ ├── ids.xml │ │ ├── dimens.xml │ │ ├── colors.xml │ │ └── styles.xml │ ├── xml │ │ └── network_security_config.xml │ ├── drawable │ │ ├── shape_corner_rectangle.xml │ │ └── shape_rectangle.xml │ ├── values-v11 │ │ └── styles.xml │ ├── menu │ │ └── main.xml │ ├── layout │ │ ├── activity_web_view.xml │ │ ├── view_pager_activity.xml │ │ ├── recycler_view_item.xml │ │ ├── scroll_view_activity_h.xml │ │ └── fragment_body.xml │ ├── values-w820dp │ │ └── dimens.xml │ └── values-v14 │ │ └── styles.xml ├── .settings │ └── org.eclipse.jdt.core.prefs ├── gen │ └── com │ │ ├── example │ │ └── hmsdtmsample │ │ │ └── BuildConfig.java │ │ └── huawei │ │ ├── hms │ │ ├── dtm │ │ │ └── sdk │ │ │ │ └── R.java │ │ └── framework │ │ │ ├── common │ │ │ └── R.java │ │ │ └── network │ │ │ └── grs │ │ │ └── R.java │ │ └── android │ │ └── hms │ │ └── openid │ │ └── R.java ├── .project ├── proguard-project.txt └── README_ZH.md ├── Dependencies-jar ├── datastore-annotation.jar ├── hianalytics-core-5.0.5.301.jar └── hianalytics-framework-5.0.5.301.jar └── Third Party Open Source Software Notice.pdf /Tasks/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Tasks/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Tasks/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Tasks/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Update/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Update/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Update/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkBase/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkBase/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkBase/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkBase/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkLog/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkLog/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkLog/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkLog/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkStats/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkStats/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkStats/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkUI/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkUI/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkUI/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkUI/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkUI/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Network-grs/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Network-grs/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Network-grs/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Tasks/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Update/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Update/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dtm-api/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dtm-api/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dtm-api/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dtm-api/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dtm-api/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dtm-core/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dtm-core/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dtm-core/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dtm-core/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dtm-core/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dynamic-api/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dynamic-api/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dynamic-api/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Agconnect-core/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Agconnect-core/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Agconnect-core/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Agconnect-core/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Agconnect-https/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Agconnect-https/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Agconnect-https/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Agconnect-https/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Datastore-core/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Datastore-core/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Datastore-core/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Datastore-core/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkAnalytics/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkAnalytics/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkAnalytics/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkAnalytics/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkBase/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkDevice/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkDevice/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkDevice/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkDevice/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkDevice/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkHaTool/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkHaTool/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkHaTool/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkHaTool/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkHaTool/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkLog/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkOpendevice/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkOpendevice/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkOpendevice/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkStats/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkStats/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Network-common/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Network-common/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Network-common/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Network-common/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Network-grs/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Network-grs/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Security-encrypt/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Security-encrypt/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Security-encrypt/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Security-ssl/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Security-ssl/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Security-ssl/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Security-ssl/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Security-ssl/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dynamic-api/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dynamic-api/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Agconnect-core/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Agconnect-credential/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Agconnect-credential/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Agconnect-credential/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Agconnect-credential/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Agconnect-https/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Datastore-core/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkAnalytics/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkAvailableUpdate/gen/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkAvailableUpdate/res/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkAvailableUpdate/src/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkOpendevice/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkOpendevice/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Network-common/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Security-encrypt/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Security-encrypt/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Agconnect-credential/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkAvailableUpdate/assets/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /HMSSdkAvailableUpdate/libs/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Agconnect-https/proguard-project.txt: -------------------------------------------------------------------------------- 1 | -keep class com.huawei.agconnect.https.annotation.** {*;} -------------------------------------------------------------------------------- /Datastore-core/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # 2 | -keep class com.huawei.agconnect.datastore.**{*;} -------------------------------------------------------------------------------- /result_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/result_1.png -------------------------------------------------------------------------------- /result_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/result_2.png -------------------------------------------------------------------------------- /Agconnect-core/proguard-project.txt: -------------------------------------------------------------------------------- 1 | -keep class * implements com.huawei.agconnect.core.ServiceRegistrar -------------------------------------------------------------------------------- /Tasks/libs/tasks.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Tasks/libs/tasks.jar -------------------------------------------------------------------------------- /Update/libs/update.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Update/libs/update.jar -------------------------------------------------------------------------------- /HMSDTMSample/result_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/result_1.png -------------------------------------------------------------------------------- /HMSDTMSample/result_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/result_2.png -------------------------------------------------------------------------------- /Network-grs/assets/grs_sp.bks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Network-grs/assets/grs_sp.bks -------------------------------------------------------------------------------- /HMSDTMSample/assets/grs_sp.bks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/assets/grs_sp.bks -------------------------------------------------------------------------------- /HMSSdkAnalytics/aidl/com/huawei/hms/analytics/UploadInfo.aidl: -------------------------------------------------------------------------------- 1 | package com.huawei.hms.analytics; 2 | 3 | parcelable UploadInfo; -------------------------------------------------------------------------------- /Update/assets/updatesdkcas.bks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Update/assets/updatesdkcas.bks -------------------------------------------------------------------------------- /HMSDTMSample/assets/hmsincas.bks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/assets/hmsincas.bks -------------------------------------------------------------------------------- /HMSDTMSample/assets/hmsrootcas.bks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/assets/hmsrootcas.bks -------------------------------------------------------------------------------- /HMSDTMSample/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/ic_launcher-web.png -------------------------------------------------------------------------------- /HMSDTMSample/libs/okio-1.14.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/libs/okio-1.14.0.jar -------------------------------------------------------------------------------- /HMSSdkAnalytics/aidl/com/huawei/hms/analytics/CustomEvent.aidl: -------------------------------------------------------------------------------- 1 | package com.huawei.hms.analytics; 2 | 3 | parcelable CustomEvent; -------------------------------------------------------------------------------- /Network-grs/libs/network-grs.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Network-grs/libs/network-grs.jar -------------------------------------------------------------------------------- /Security-ssl/assets/hmsincas.bks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Security-ssl/assets/hmsincas.bks -------------------------------------------------------------------------------- /Security-ssl/assets/hmsrootcas.bks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Security-ssl/assets/hmsrootcas.bks -------------------------------------------------------------------------------- /Security-ssl/libs/security-ssl.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Security-ssl/libs/security-ssl.jar -------------------------------------------------------------------------------- /dtm-api/libs/dtm-api-6.1.0.301.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/dtm-api/libs/dtm-api-6.1.0.301.jar -------------------------------------------------------------------------------- /dynamic-api/libs/dynamic-api.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/dynamic-api/libs/dynamic-api.jar -------------------------------------------------------------------------------- /HMSDTMSample/assets/updatesdkcas.bks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/assets/updatesdkcas.bks -------------------------------------------------------------------------------- /HMSDTMSample/libs/greendao-3.3.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/libs/greendao-3.3.0.jar -------------------------------------------------------------------------------- /HMSDTMSample/libs/hianalyticscas.bks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/libs/hianalyticscas.bks -------------------------------------------------------------------------------- /HMSDTMSample/libs/okhttp-3.11.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/libs/okhttp-3.11.0.jar -------------------------------------------------------------------------------- /dtm-core/libs/dtm-core-6.1.0.301.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/dtm-core/libs/dtm-core-6.1.0.301.jar -------------------------------------------------------------------------------- /Agconnect-core/libs/agconnect-core.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Agconnect-core/libs/agconnect-core.jar -------------------------------------------------------------------------------- /Datastore-core/libs/datastore-core.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Datastore-core/libs/datastore-core.jar -------------------------------------------------------------------------------- /HMSDTMSample/assets/dtm_hmsrootcas.bks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/assets/dtm_hmsrootcas.bks -------------------------------------------------------------------------------- /HMSDTMSample/assets/hianalyticscas.bks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/assets/hianalyticscas.bks -------------------------------------------------------------------------------- /HMSDTMSample/libs/support-v4-21.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/libs/support-v4-21.0.0.jar -------------------------------------------------------------------------------- /HMSSdkLog/libs/hmssdk-log-5.0.5.300.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSSdkLog/libs/hmssdk-log-5.0.5.300.jar -------------------------------------------------------------------------------- /HMSSdkUI/libs/hmssdk-ui-5.0.5.300.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSSdkUI/libs/hmssdk-ui-5.0.5.300.jar -------------------------------------------------------------------------------- /Network-common/libs/network-common.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Network-common/libs/network-common.jar -------------------------------------------------------------------------------- /Agconnect-credential/assets/hmsincas.bks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Agconnect-credential/assets/hmsincas.bks -------------------------------------------------------------------------------- /Agconnect-https/libs/agconnect-https.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Agconnect-https/libs/agconnect-https.jar -------------------------------------------------------------------------------- /Dependencies-jar/datastore-annotation.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Dependencies-jar/datastore-annotation.jar -------------------------------------------------------------------------------- /HMSDTMSample/libs/appcompat-v7-25.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/libs/appcompat-v7-25.3.1.jar -------------------------------------------------------------------------------- /HMSDTMSample/libs/greendao-api-3.3.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/libs/greendao-api-3.3.0.jar -------------------------------------------------------------------------------- /HMSSdkAnalytics/assets/hianalyticscas.bks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSSdkAnalytics/assets/hianalyticscas.bks -------------------------------------------------------------------------------- /HMSSdkBase/libs/hmssdk-base-5.0.5.300.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSSdkBase/libs/hmssdk-base-5.0.5.300.jar -------------------------------------------------------------------------------- /Agconnect-credential/assets/hmsrootcas.bks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Agconnect-credential/assets/hmsrootcas.bks -------------------------------------------------------------------------------- /HMSDTMSample/libs/datastore-annotation.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/libs/datastore-annotation.jar -------------------------------------------------------------------------------- /HMSDTMSample/libs/internal_impl-21.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/libs/internal_impl-21.0.0.jar -------------------------------------------------------------------------------- /HMSDTMSample/libs/recyclerview-v7-21.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/libs/recyclerview-v7-21.0.0.jar -------------------------------------------------------------------------------- /HMSSdkStats/libs/hmssdk-stats-5.0.5.300.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSSdkStats/libs/hmssdk-stats-5.0.5.300.jar -------------------------------------------------------------------------------- /Security-encrypt/libs/security-encrypt.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Security-encrypt/libs/security-encrypt.jar -------------------------------------------------------------------------------- /Third Party Open Source Software Notice.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Third Party Open Source Software Notice.pdf -------------------------------------------------------------------------------- /HMSDTMSample/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /HMSDTMSample/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /HMSSdkAnalytics/libs/hianalytics-5.0.5.301.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSSdkAnalytics/libs/hianalytics-5.0.5.301.jar -------------------------------------------------------------------------------- /HMSSdkDevice/libs/hmssdk-device-5.0.5.300.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSSdkDevice/libs/hmssdk-device-5.0.5.300.jar -------------------------------------------------------------------------------- /HMSSdkHaTool/libs/hmssdk-hatool-5.0.5.300.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSSdkHaTool/libs/hmssdk-hatool-5.0.5.300.jar -------------------------------------------------------------------------------- /Dependencies-jar/hianalytics-core-5.0.5.301.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Dependencies-jar/hianalytics-core-5.0.5.301.jar -------------------------------------------------------------------------------- /HMSDTMSample/libs/ads-identifier.3.4.37.300.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/libs/ads-identifier.3.4.37.300.jar -------------------------------------------------------------------------------- /HMSDTMSample/libs/hianalytics-core-5.0.5.301.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/libs/hianalytics-core-5.0.5.301.jar -------------------------------------------------------------------------------- /HMSDTMSample/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /HMSDTMSample/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /Agconnect-credential/libs/agconnect-credential.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Agconnect-credential/libs/agconnect-credential.jar -------------------------------------------------------------------------------- /Dependencies-jar/hianalytics-framework-5.0.5.301.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Dependencies-jar/hianalytics-framework-5.0.5.301.jar -------------------------------------------------------------------------------- /HMSDTMSample/libs/hianalytics-framework-5.0.5.301.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSDTMSample/libs/hianalytics-framework-5.0.5.301.jar -------------------------------------------------------------------------------- /HMSSdkOpendevice/libs/hmssdk-opendevice-5.0.0.301.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSSdkOpendevice/libs/hmssdk-opendevice-5.0.0.301.jar -------------------------------------------------------------------------------- /Network-common/res/values/values.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | restclient-common 4 | -------------------------------------------------------------------------------- /Update/res/drawable-xhdpi-v4/upsdk_cancel_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Update/res/drawable-xhdpi-v4/upsdk_cancel_normal.png -------------------------------------------------------------------------------- /Update/res/drawable-xxhdpi-v4/upsdk_cancel_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Update/res/drawable-xxhdpi-v4/upsdk_cancel_normal.png -------------------------------------------------------------------------------- /Update/res/drawable-xxxhdpi-v4/upsdk_cancel_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Update/res/drawable-xxxhdpi-v4/upsdk_cancel_normal.png -------------------------------------------------------------------------------- /Update/res/drawable-xhdpi-v4/upsdk_cancel_pressed_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Update/res/drawable-xhdpi-v4/upsdk_cancel_pressed_bg.png -------------------------------------------------------------------------------- /dtm-core/res/mipmap-xxhdpi/dtm_visual_control_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/dtm-core/res/mipmap-xxhdpi/dtm_visual_control_button.png -------------------------------------------------------------------------------- /Update/res/drawable-xxhdpi-v4/upsdk_cancel_pressed_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Update/res/drawable-xxhdpi-v4/upsdk_cancel_pressed_bg.png -------------------------------------------------------------------------------- /Update/res/drawable-xxxhdpi-v4/upsdk_cancel_pressed_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Update/res/drawable-xxxhdpi-v4/upsdk_cancel_pressed_bg.png -------------------------------------------------------------------------------- /dtm-core/res/mipmap-xxhdpi/dtm_preview_control_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/dtm-core/res/mipmap-xxhdpi/dtm_preview_control_button.png -------------------------------------------------------------------------------- /HMSDTMSample/res/values/ids.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /HMSSdkAvailableUpdate/libs/hmssdk-availableupdate-5.0.5.300.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/HMSSdkAvailableUpdate/libs/hmssdk-availableupdate-5.0.5.300.jar -------------------------------------------------------------------------------- /Update/res/drawable-xhdpi-v4/upsdk_btn_emphasis_normal_layer.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Update/res/drawable-xhdpi-v4/upsdk_btn_emphasis_normal_layer.9.png -------------------------------------------------------------------------------- /Update/res/drawable-xxhdpi-v4/upsdk_btn_emphasis_normal_layer.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Update/res/drawable-xxhdpi-v4/upsdk_btn_emphasis_normal_layer.9.png -------------------------------------------------------------------------------- /Update/res/drawable-xxxhdpi-v4/upsdk_btn_emphasis_normal_layer.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HMS-Core/hms-dtm-demo-eclipse/HEAD/Update/res/drawable-xxxhdpi-v4/upsdk_btn_emphasis_normal_layer.9.png -------------------------------------------------------------------------------- /HMSDTMSample/res/xml/network_security_config.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Agconnect-credential/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # 2 | 3 | -keep class com.huawei.agconnect.common.api.*{*;} 4 | -keep class com.huawei.agconnect.credential.*{*;} 5 | 6 | -keep class com.huawei.agconnect.credential.obs.*{*;} -------------------------------------------------------------------------------- /HMSSdkLog/gen/com/huawei/hms/log/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.hms.log; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /HMSSdkUI/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /Tasks/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /Tasks/gen/com/huawei/hmf/tasks/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.hmf.tasks; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /Update/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /Update/gen/com/huawei/updatesdk/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.updatesdk; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /dtm-api/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /dtm-core/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /HMSDTMSample/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /HMSSdkBase/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /HMSSdkDevice/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /HMSSdkHaTool/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /HMSSdkHaTool/gen/com/huawei/hms/hatool/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.hms.hatool; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /HMSSdkLog/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /HMSSdkStats/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /HMSSdkStats/gen/com/huawei/hms/stats/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.hms.stats; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /HMSSdkUI/gen/com/huawei/hms/base/ui/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.hms.base.ui; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /Network-grs/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /Security-ssl/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /dtm-api/gen/com/huawei/hms/dtm/sdk/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.hms.dtm.sdk; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /dtm-core/gen/com/huawei/hms/dtm/core/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.hms.dtm.core; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /dynamic-api/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /Agconnect-core/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /Agconnect-https/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /Datastore-core/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /HMSSdkAnalytics/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /HMSSdkOpendevice/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /Network-common/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /Security-encrypt/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /Agconnect-core/gen/com/huawei/agconnect/core/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.agconnect.core; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /Agconnect-credential/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /HMSDTMSample/gen/com/example/hmsdtmsample/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.example.hmsdtmsample; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /HMSSdkAnalytics/gen/com/huawei/hms/analytics/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.hms.analytics; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /HMSSdkAvailableUpdate/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /HMSSdkBase/gen/com/huawei/android/hms/base/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.android.hms.base; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /HMSSdkDevice/gen/com/huawei/hms/base/device/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.hms.base.device; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /Agconnect-https/gen/com/huawei/agconnect/https/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.agconnect.https; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /Datastore-core/gen/com/huawei/agconnect/datastore/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.agconnect.datastore; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /HMSSdkOpendevice/gen/com/huawei/android/hms/openid/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.android.hms.openid; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /dynamic-api/gen/com/huawei/hms/feature/dynamic/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.hms.feature.dynamic; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /Network-common/gen/com/huawei/hms/framework/common/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.hms.framework.common; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /Agconnect-credential/gen/com/huawei/agconnect/credential/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.agconnect.credential; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /Network-grs/gen/com/huawei/hms/framework/network/grs/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.hms.framework.network.grs; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /Security-ssl/gen/com/huawei/secure/android/common/ssl/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.secure.android.common.ssl; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /HMSDTMSample/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16dp 5 | 16dp 6 | 7 | 8 | -------------------------------------------------------------------------------- /HMSSdkAvailableUpdate/gen/com/huawei/hms/base/availableupdate/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.hms.base.availableupdate; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /Security-encrypt/gen/com/huawei/secure/android/common/encrypt/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.huawei.secure.android.common.encrypt; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /HMSSdkUI/res/values-night-v29/values-night-v29.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #262626 4 | #E6E6E6 5 | #808080 6 | -------------------------------------------------------------------------------- /Update/res/values-night-v29/values-night-v29.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #262626 4 | #E6E6E6 5 | #808080 6 | -------------------------------------------------------------------------------- /dtm-core/res/values/ids.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Update/res/values-television-v13/values-television-v13.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #262626 4 | #E6E6E6 5 | #808080 6 | -------------------------------------------------------------------------------- /HMSSdkOpendevice/res/values/values.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 99A9343CEC0A64112FD2496EF752F719 4 | 767499AE5B2DFC9D873AF46032E13B00 5 | -------------------------------------------------------------------------------- /dtm-api/res/layout/dtm_preview_activity.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /HMSDTMSample/res/values/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #008577 4 | #00574B 5 | #D81B60 6 | #cccccc 7 | 8 | -------------------------------------------------------------------------------- /HMSSdkHaTool/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /dtm-core/res/drawable/hw_dtm_dialog_white_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Tasks/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /HMSSdkUI/res/values-en-rAU/values-en-rAU.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | "%1$s is unable to use HMS Core. Launch Optimiser (Phone Manager) or go to Settings, enable all permissions for %2$s (including auto-launch and secondary launch), and try again." 4 | -------------------------------------------------------------------------------- /Update/res/drawable/upsdk_third_download_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Datastore-core/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /HMSDTMSample/res/drawable/shape_corner_rectangle.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Network-common/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /Network-grs/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /Update/res/drawable/upsdk_cancel_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /HMSDTMSample/res/values-v11/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Security-encrypt/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /HMSDTMSample/assets/grs_sdk_server_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "grs_server": { 3 | "grs_base_url": [ 4 | "https://grs.dbankcloud.com", 5 | "https://grs.dbankcloud.cn", 6 | "https://grs.dbankcloud.eu", 7 | "https://grs.dbankcloud.asia" 8 | ], 9 | "grs_query_endpoint_1.0": "/grs/1.0/%1$s/router", 10 | "grs_query_endpoint_2.0": "/grs/2.0/router", 11 | "grs_query_timeout": 2 12 | } 13 | } -------------------------------------------------------------------------------- /Network-grs/assets/grs_sdk_server_config.json: -------------------------------------------------------------------------------- 1 | { 2 | "grs_server": { 3 | "grs_base_url": [ 4 | "https://grs.dbankcloud.com", 5 | "https://grs.dbankcloud.cn", 6 | "https://grs.dbankcloud.eu", 7 | "https://grs.dbankcloud.asia" 8 | ], 9 | "grs_query_endpoint_1.0": "/grs/1.0/%1$s/router", 10 | "grs_query_endpoint_2.0": "/grs/2.0/router", 11 | "grs_query_timeout": 2 12 | } 13 | } -------------------------------------------------------------------------------- /HMSDTMSample/res/menu/main.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /HMSDTMSample/gen/com/huawei/hms/dtm/sdk/R.java: -------------------------------------------------------------------------------- 1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. 2 | * 3 | * This class was automatically generated by the 4 | * aapt tool from the resource data it found. It 5 | * should not be modified by hand. 6 | */ 7 | package com.huawei.hms.dtm.sdk; 8 | 9 | public final class R { 10 | public static final class layout { 11 | public static final int dtm_preview_activity = 0x7f040006; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /HMSDTMSample/gen/com/huawei/hms/framework/common/R.java: -------------------------------------------------------------------------------- 1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. 2 | * 3 | * This class was automatically generated by the 4 | * aapt tool from the resource data it found. It 5 | * should not be modified by hand. 6 | */ 7 | package com.huawei.hms.framework.common; 8 | 9 | public final class R { 10 | public static final class string { 11 | public static final int app_name = 0x7f070038; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /HMSDTMSample/res/layout/activity_web_view.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 10 | -------------------------------------------------------------------------------- /HMSDTMSample/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 64dp 9 | 10 | 11 | -------------------------------------------------------------------------------- /HMSDTMSample/gen/com/huawei/hms/framework/network/grs/R.java: -------------------------------------------------------------------------------- 1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. 2 | * 3 | * This class was automatically generated by the 4 | * aapt tool from the resource data it found. It 5 | * should not be modified by hand. 6 | */ 7 | package com.huawei.hms.framework.network.grs; 8 | 9 | public final class R { 10 | public static final class string { 11 | public static final int app_name = 0x7f06003b; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /HMSSdkDevice/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /HMSDTMSample/res/values-v14/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /HMSSdkLog/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /dtm-api/gen/com/huawei/hms/dtm/sdk/R.java: -------------------------------------------------------------------------------- 1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. 2 | * 3 | * This class was automatically generated by the 4 | * aapt tool from the resource data it found. It 5 | * should not be modified by hand. 6 | */ 7 | 8 | package com.huawei.hms.dtm.sdk; 9 | 10 | public final class R { 11 | public static final class attr { 12 | } 13 | public static final class layout { 14 | public static int dtm_preview_activity=0x7f020000; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /HMSDTMSample/gen/com/huawei/android/hms/openid/R.java: -------------------------------------------------------------------------------- 1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. 2 | * 3 | * This class was automatically generated by the 4 | * aapt tool from the resource data it found. It 5 | * should not be modified by hand. 6 | */ 7 | package com.huawei.android.hms.openid; 8 | 9 | public final class R { 10 | public static final class string { 11 | public static final int push_cat_body = 0x7f070039; 12 | public static final int push_cat_head = 0x7f07003a; 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Network-common/gen/com/huawei/hms/framework/common/R.java: -------------------------------------------------------------------------------- 1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. 2 | * 3 | * This class was automatically generated by the 4 | * aapt tool from the resource data it found. It 5 | * should not be modified by hand. 6 | */ 7 | 8 | package com.huawei.hms.framework.common; 9 | 10 | public final class R { 11 | public static final class attr { 12 | } 13 | public static final class string { 14 | public static int app_name=0x7f020000; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Tasks/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Update/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /HMSSdkBase/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /HMSSdkLog/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /HMSSdkStats/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /HMSSdkUI/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Network-grs/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /dtm-api/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /dtm-core/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /dynamic-api/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Agconnect-core/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Agconnect-https/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Datastore-core/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /HMSSdkAnalytics/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /HMSSdkDevice/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /HMSSdkHaTool/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /HMSSdkOpendevice/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Network-common/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Security-encrypt/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Security-ssl/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Agconnect-credential/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /HMSSdkAvailableUpdate/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Agconnect-https/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /HMSSdkOpendevice/gen/com/huawei/android/hms/openid/R.java: -------------------------------------------------------------------------------- 1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. 2 | * 3 | * This class was automatically generated by the 4 | * aapt tool from the resource data it found. It 5 | * should not be modified by hand. 6 | */ 7 | 8 | package com.huawei.android.hms.openid; 9 | 10 | public final class R { 11 | public static final class attr { 12 | } 13 | public static final class string { 14 | public static int push_cat_body=0x7f020000; 15 | public static int push_cat_head=0x7f020001; 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /HMSSdkStats/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /HMSDTMSample/res/drawable/shape_rectangle.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 10 | 11 | 12 | 13 | 18 | 19 | -------------------------------------------------------------------------------- /Security-ssl/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 10 | 11 | 12 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /HMSDTMSample/libs/hianalytics_njjn: -------------------------------------------------------------------------------- 1 | 30820122300d06092a864886f70d01010105000382010f003082010a0282010100c54db230ca0e0f37b105a3cd364dd20c76d3574a781f884aeb7d7548fb33928eaafe7cf9d94b3dcb553bbb9e61821738b359da9f8cf1e9281cfbf842d1e55658d041b98ce28d81f5c7fe8b85b528f6afea350f28da6e833df875e19a6c71c59050298b28323c8910980c12a8e731e0c47dc14da076e88e25a8b7e9a7c33b27baf12e1c9de861523af15f577789389b700578670b6e37ff5e49cb4254efce57d5861aedca86e5baf1205b09cd7f742b38065559f0f70676754915acca5ad6eeaa0d68dfd5143d0a50faedb6cda3b13852705c881ba5b587ecbbb4467cbed08b6754a3f424d90c66fd3b82d48bd5c132b88ff36da668f5adc286ec8317166c70110203010001 -------------------------------------------------------------------------------- /HMSDTMSample/assets/hianalytics_njjn: -------------------------------------------------------------------------------- 1 | 30820122300d06092a864886f70d01010105000382010f003082010a0282010100c54db230ca0e0f37b105a3cd364dd20c76d3574a781f884aeb7d7548fb33928eaafe7cf9d94b3dcb553bbb9e61821738b359da9f8cf1e9281cfbf842d1e55658d041b98ce28d81f5c7fe8b85b528f6afea350f28da6e833df875e19a6c71c59050298b28323c8910980c12a8e731e0c47dc14da076e88e25a8b7e9a7c33b27baf12e1c9de861523af15f577789389b700578670b6e37ff5e49cb4254efce57d5861aedca86e5baf1205b09cd7f742b38065559f0f70676754915acca5ad6eeaa0d68dfd5143d0a50faedb6cda3b13852705c881ba5b587ecbbb4467cbed08b6754a3f424d90c66fd3b82d48bd5c132b88ff36da668f5adc286ec8317166c70110203010001 -------------------------------------------------------------------------------- /HMSSdkHaTool/assets/hianalytics_njjn: -------------------------------------------------------------------------------- 1 | 30820122300d06092a864886f70d01010105000382010f003082010a0282010100c54db230ca0e0f37b105a3cd364dd20c76d3574a781f884aeb7d7548fb33928eaafe7cf9d94b3dcb553bbb9e61821738b359da9f8cf1e9281cfbf842d1e55658d041b98ce28d81f5c7fe8b85b528f6afea350f28da6e833df875e19a6c71c59050298b28323c8910980c12a8e731e0c47dc14da076e88e25a8b7e9a7c33b27baf12e1c9de861523af15f577789389b700578670b6e37ff5e49cb4254efce57d5861aedca86e5baf1205b09cd7f742b38065559f0f70676754915acca5ad6eeaa0d68dfd5143d0a50faedb6cda3b13852705c881ba5b587ecbbb4467cbed08b6754a3f424d90c66fd3b82d48bd5c132b88ff36da668f5adc286ec8317166c70110203010001 -------------------------------------------------------------------------------- /dtm-core/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /Agconnect-core/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 9 | 10 | 11 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /HMSSdkLog/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /HMSSdkUI/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /Tasks/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /Update/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /dtm-api/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /dtm-core/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /Agconnect-core/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /Datastore-core/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /HMSSdkBase/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /HMSSdkDevice/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /HMSSdkHaTool/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /HMSSdkStats/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /Network-common/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /Network-grs/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /Security-ssl/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /dynamic-api/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /Agconnect-https/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /HMSSdkAnalytics/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /HMSSdkOpendevice/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /Security-encrypt/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /Agconnect-credential/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | -------------------------------------------------------------------------------- /HMSSdkAvailableUpdate/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-28 15 | android.library=true 16 | android.library.reference.1=../HMSSdkUI 17 | -------------------------------------------------------------------------------- /Network-grs/proguard-project.txt: -------------------------------------------------------------------------------- 1 | -keep class com.huawei.hms.framework.network.grs.GrsApi { *; } 2 | -keep class com.huawei.hms.framework.network.grs.GrsBaseInfo { *; } 3 | -keep class com.huawei.hms.framework.network.grs.GrsBaseInfo$* {*;} 4 | -keep class com.huawei.hms.framework.network.grs.IQueryUrlCallBack { *; } 5 | -keep class com.huawei.hms.framework.network.grs.IQueryUrlsCallBack { *; } 6 | -keep class com.huawei.hms.framework.network.grs.GrsClient { *; } 7 | -keep class com.huawei.hms.framework.network.grs.local.model.CountryCodeBean { *; } 8 | -keep class com.huawei.hms.framework.network.grs.GrsManager { *; } 9 | -keep class com.huawei.hms.framework.network.grs.GrsConfig { *; } 10 | -keep class com.huawei.hms.framework.network.grs.GrsApp { *; } 11 | -------------------------------------------------------------------------------- /dtm-core/res/values-zh/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 是否退出连接? 3 | 是否退出预览? 4 | 取消 5 | 确定 6 | 连接失败 7 | 连接已断开 8 | 退出预览,按钮,单指双击即可执行 9 | 退出可视化埋点,按钮,单指双击即可执行 10 | 退出 11 | 预览失败 12 | 13 | -------------------------------------------------------------------------------- /dynamic-api/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 10 | 11 | 12 | 15 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /HMSDTMSample/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 14 | 15 | 16 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /HMSDTMSample/res/layout/view_pager_activity.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 14 | 15 | 20 | -------------------------------------------------------------------------------- /HMSSdkUI/res/layout/activity_endisable_service.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /HMSSdkOpendevice/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 8 | 9 | 10 | 14 | 15 | 18 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /Tasks/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /HMSSdkBase/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /HMSSdkLog/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /HMSSdkUI/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /Update/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /dtm-api/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /dtm-core/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /HMSSdkAnalytics/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /HMSSdkDevice/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /HMSSdkHaTool/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /HMSSdkStats/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /Security-ssl/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /dynamic-api/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /HMSSdkOpendevice/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /Security-encrypt/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /HMSSdkAvailableUpdate/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /Network-common/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # Add project specific ProGuard rules here. 2 | # You can control the set of applied configuration files using the 3 | # proguardFiles setting in build.gradle. 4 | # 5 | # For more details, see 6 | # http://developer.android.com/guide/developing/tools/proguard.html 7 | 8 | # If your project uses WebView with JS, uncomment the following 9 | # and specify the fully qualified class name to the JavaScript interface 10 | # class: 11 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 12 | # public *; 13 | #} 14 | 15 | # Uncomment this to preserve the line number information for 16 | # debugging stack traces. 17 | #-keepattributes SourceFile,LineNumberTable 18 | 19 | # If you keep the line number information, uncomment this to 20 | # hide the original source file name. 21 | #-renamesourcefileattribute SourceFile 22 | 23 | -keep class com.huawei.hms.framework.common.** { *; } -------------------------------------------------------------------------------- /Tasks/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | Tasks 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /Update/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | Update 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /HMSSdkUI/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | HMSSdkUI 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /dtm-api/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | dtm-api 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /dtm-core/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | dtm-core 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /HMSSdkBase/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | HMSSdkBase 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /HMSSdkLog/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | HMSSdkLog 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /HMSSdkStats/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | HMSSdkStats 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /Network-grs/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | Network-grs 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /dynamic-api/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | dynamic-api 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /HMSDTMSample/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | HMSDTMSample 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /HMSSdkBase/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 18 | 21 | 22 | 23 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /HMSSdkDevice/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | HMSSdkDevice 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /HMSSdkHaTool/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | HMSSdkHaTool 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /Security-ssl/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | Security-ssl 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /Agconnect-core/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | agconnect-core 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /Agconnect-https/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agconnect-https 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /Datastore-core/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | Datastore-core 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /HMSSdkAnalytics/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | HMSSdkAnalytics 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /HMSSdkOpendevice/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | HMSSdkOpendevice 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /Network-common/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | Network-common 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /Security-encrypt/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | Security-encrypt 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /Agconnect-credential/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | Agconnect-credential 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /HMSSdkAvailableUpdate/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | HMSSdkAvailableUpdate 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /HMSDTMSample/res/layout/recycler_view_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 15 | 16 | 21 | 22 |