├── 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 |
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 |
27 |
--------------------------------------------------------------------------------
/dtm-core/res/values-zh-rHK/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "退出連接?"
4 | "取消"
5 | "確定"
6 | "連接失敗"
7 | "連接已中斷"
8 | 退出預覽?
9 | 退出預覽,按鈕,單指輕觸兩下即可執行
10 | 退出可視化埋點,按鈕,單指輕觸兩下即可執行
11 | "退出"
12 | "預覽失敗"
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-zh-rTW/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "是否結束連線?"
4 | "取消"
5 | "確定"
6 | "連線失敗"
7 | "連線已中斷"
8 | 是否結束預覽?
9 | 結束預覽,按鈕,單指輕觸兩下即可執行
10 | 結束可視化埋點,按鈕,單指輕觸兩下即可執行
11 | "結束"
12 | "預覽失敗"
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-zh-rCN/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 是否退出连接?
4 | 是否退出预览?
5 | 取消
6 | 确定
7 | 连接失败
8 | 连接已断开
9 | 退出预览,按钮,单指双击即可执行
10 | 退出可视化埋点,按钮,单指双击即可执行
11 | 退出
12 | 预览失败
13 |
--------------------------------------------------------------------------------
/HMSDTMSample/res/layout/scroll_view_activity_h.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
10 |
11 |
14 |
18 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/HMSDTMSample/res/layout/fragment_body.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
9 |
12 |
17 |
20 |
24 |
25 |
--------------------------------------------------------------------------------
/Agconnect-credential/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
11 |
12 |
13 |
14 |
15 |
18 |
21 |
22 |
23 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/dtm-core/res/values-ja/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "サーバーから切断しますか?"
4 | "キャンセル"
5 | "OK"
6 | "接続できません。"
7 | "切断されました。"
8 | プレビューを終了しますか?
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "終了"
12 | "プレビューに失敗しました。"
13 |
--------------------------------------------------------------------------------
/HMSDTMSample/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 | -keep class com.hianalytics.android.**{*;}
22 | -keep class com.huawei.updatesdk.**{*;}
23 | -keep class com.huawei.hms.**{*;}
24 | -keep class com.huawei.agconnect.**{*;}
25 | -keep interface com.huawei.hms.analytics.type.**{*;}
26 |
--------------------------------------------------------------------------------
/dtm-core/res/values-am/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "እርግጠኛ ነዎት ከአገልጋዩ ማለያየት ይፈልጋሉ?"
4 | "ይቅር"
5 | "እሺ"
6 | "መገናኘት አልተቻለም።"
7 | "ተለያይተዋል።"
8 | ከቅድመ-እይታ ይወጣሉ?
9 | ከቅድመ-እይታ ውጣ፣አዝራር፣ለማስፈጸም ሁለቴ ጠቅ ያድርጉ
10 | ከምስል ውጣ፣አዝራር፣ለማስፈጸም ሁለቴ ጠቅ ያድርጉ
11 | "ውጣ"
12 | "ቅድመ እይታ አልተሳካም።"
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-ko/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "서버 연결을 해제하시겠습니까?"
4 | "취소"
5 | "확인"
6 | "연결할 수 없습니다."
7 | "연결이 해제되었습니다."
8 | 미리보기를 끝내시겠습니까?
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "끝내기"
12 | "미리보기에 실패했습니다."
13 |
--------------------------------------------------------------------------------
/HMSDTMSample/README_ZH.md:
--------------------------------------------------------------------------------
1 | # HMS Dynamic Tag Manager(DTM) Sample for Eclipse
2 |
3 | 中文 | [English](https://github.com/HMS-Core/hms-dtm-demo-eclipse/blob/master/README.md)
4 |
5 | ## 目录
6 |
7 | * [介绍](#介绍)
8 | * [运行步骤 ](#运行步骤 )
9 | * [支持的环境](#支持的环境)
10 | * [运行结果](#运行结果)
11 | * [许可证](#许可证)
12 |
13 |
14 | ## 介绍
15 | Dynamic Tag Manager通过Web页面动态更新跟踪代码,轻松完成特定事件跟踪并将数据传送给第三方分析平台,实现营销数据随需监控。
16 |
17 | 本Demo演示如何快速跟踪购买事件并实现数据上报,帮助您尽快集成Dynamic Tag Manager。
18 |
19 | 详细文档,参见 [开发指南](https://developer.huawei.com/consumer/cn/doc/development/HMSCore-Guides/introduction-0000001050043907)。
20 |
21 | ## 运行步骤
22 | 1. 注册为开发人员。
23 |
24 | 注册[华为帐号](https://developer.huawei.com/consumer/cn/doc/start/20300)。
25 |
26 | 2. 创建一个应用程序。
27 |
28 | 创建一个应用并启用API。
29 |
30 | 3. 构建示例程序。
31 |
32 | 要构建此示例,请首先将该示例导入Eclipse。然后从AppGallery Connect下载该应用程序的agconnect-services.json文件,并将该文件添加到演示的应用程序目录(\HMSDTMSample\assets)中。
33 |
34 | ## 支持的环境
35 | 推荐使用Android SDK 28及JDK 1.7以上的版本。
36 |
37 | ## 运行结果
38 |
39 |
40 | ## 许可证
41 | 此示例代码已获得[Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
42 |
--------------------------------------------------------------------------------
/dtm-core/res/values-ug/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "ئۇلىنىشتىن چېكىنەمسىز؟"
4 | "بىكار قىلىش"
5 | "جەزملەش"
6 | "ئۇلانمىدى"
7 | "ئۈزۈلدى"
8 | كۆرەكتىن چېكىنەمسىز؟
9 | كۆرەكتىن چېكىنىش كۇنۇپكىسى، بىر بارماقتا قوش چېكىڭ
10 | كۆرۈنۈشتىن چېكىنىش كۇنۇپكىسى، بىر بارماقتا قوش چېكىڭ
11 | "چېكىنىش"
12 | "كۆرەك يۈكلەنمىدى."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-ar/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "هل حقًا تريد قطع الاتصال بالخادم؟"
4 | "إلغاء"
5 | "موافق"
6 | "تعذر الاتصال"
7 | "انقطع الاتصال"
8 | هل تريد الخروج من المعاينة؟
9 | إنهاء المعاينة، الزر، النقر المزدوج للتنفيذ
10 | الخروج من الوضع المرئي، الزر، النقر المزدوج للتنفيذ
11 | "خروج"
12 | "تعذرت المعاينة"
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-mi/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Me momotu mai i te tūmau?"
4 | "Whakakore"
5 | "ĀE"
6 | "Tē taea te tūhono."
7 | "Kua momotu."
8 | Putaatu i arokite?
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "Putaatu"
12 | "I rahua te arokite."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-ru/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Отключиться от сервера?"
4 | "Отмена"
5 | "OK"
6 | "Сбой подключения."
7 | "Отключено."
8 | Закрыть предпросмотр?
9 | Кнопка закрытия предпросмотра, нажмите дважды для выполнения
10 | Кнопка закрытия, нажмите дважды для выполнения
11 | "Выход"
12 | "Сбой предпросмотра."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Are you sure you want to disconnect from the server?
4 | Exit preview?
5 | Cancel
6 | OK
7 | Unable to connect.
8 | Disconnected.
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | Exit
12 | Preview failed.
13 |
14 |
--------------------------------------------------------------------------------
/dtm-core/res/values-iw/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "האם אתה בטוח שברצונך להתנתק מהשרת?"
4 | "ביטול"
5 | "אישור"
6 | "לא ניתן להתחבר."
7 | "מנותק."
8 | האם לצאת מהתצוגה המקדימה?
9 | \u200fExit preview,button,double click to execute
10 | \u200fExit visual,button,double click to execute
11 | "יציאה"
12 | "התצוגה המקדימה נכשלה."
13 |
--------------------------------------------------------------------------------
/HMSDTMSample/assets/agconnect-services.json:
--------------------------------------------------------------------------------
1 | {
2 | "agcgw":{
3 | "backurl":"connect-drcn.dbankcloud.cn",
4 | "url":"connect-drcn.hispace.hicloud.com"
5 | },
6 | "client":{
7 | "appType":"1",
8 | "cp_id":"260086000247620291",
9 | "product_id":"736430079244676666",
10 | "client_id":"479527982940030080",
11 | "client_secret":"4D7627283613E5C4D7843DB0BF04223472FFE71FF6038C5E0F27B8B3D128D559",
12 | "project_id":"736430079244676666",
13 | "app_id":"103151511",
14 | "api_key":"CgB6e3x91Ov+xkoR7Vb6OKOF67dGTSvhyklbHDfAdayd6+fQrEyKkyZigMNB1TClsqihjCuEvgGOtaeNHERwXuRM",
15 | "package_name":"com.hw.xxt.test"
16 | },
17 | "service":{
18 | "analytics":{
19 | "collector_url":"datacollector-drcn.dt.hicloud.com,datacollector-drcn.dt.dbankcloud.cn",
20 | "resource_id":"p1",
21 | "channel_id":""
22 | },
23 | "search":{
24 | "url":"https://search-drcn.cloud.huawei.com"
25 | },
26 | "cloudstorage":{
27 | "storage_url":"https://agc-storage-drcn.platform.dbankcloud.cn"
28 | },
29 | "ml":{
30 | "mlservice_url":"ml-api-drcn.ai.dbankcloud.com,ml-api-drcn.ai.dbankcloud.cn"
31 | }
32 | },
33 | "region":"CN",
34 | "configuration_version":"1.0"
35 | }
--------------------------------------------------------------------------------
/dtm-core/res/values-en-rGB/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Are you sure you want to disconnect from the server?"
4 | "Cancel"
5 | "OK"
6 | "Unable to connect."
7 | "Disconnected."
8 | Exit preview?
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "Exit"
12 | "Preview failed."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-sk/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Naozaj sa chcete odpojiť od servera?"
4 | "Zrušiť"
5 | "OK"
6 | "Nemožno sa pripojiť."
7 | "Odpojené."
8 | Ukončiť ukážku?
9 | Zavrieť ukážku, tlačidlo, vykonanie dvojitým kliknutím
10 | Zavrieť zobrazenie, tlačidlo, vykonanie dvojitým kliknutím
11 | "Ukončiť"
12 | "Ukážka zlyhala."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-be/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Сапраўды адключыцца ад сервера?"
4 | "Адмяніць"
5 | "ОК"
6 | "Немагчыма падключыцца."
7 | "Адключана."
8 | Выйсці з папярэдняга прагляду?
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "Выйсці"
12 | "Папярэдні прагляд не выкананы."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-si/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "ඔබට සර්වරයෙන් විසන්ධි වීමට අවශ්ය බව ඔබට විශ්වාසද?"
4 | "අවලංගු කරන්න"
5 | "හරි"
6 | "සම්බන්ධ වීමට නොහැක."
7 | "විසන්ධි කෙරිණි."
8 | පෙරදසුනෙන් පිටවන්න ද?
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "පිටවන්න"
12 | "පෙරදසුන අසාර්ථක විය."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-sw/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Una hakika unataka kutenganisha na seva?"
4 | "Ghairi"
5 | "SAWA"
6 | "Haikuweza kuunganisha."
7 | "Imetenganishwa."
8 | Toka kwenye kihakiki?
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "Toka"
12 | "Kihakiki kimeshindikana."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-ur/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "کیا آپ واقعی سرور سے منقطع ہونا چاہتے ہیں؟"
4 | "منسوخ کریں"
5 | "ٹھیک ہے"
6 | "مربوط ہونے سے قاصر۔"
7 | "منقطع کردہ۔"
8 | پیش نظارہ سے خارج ہوں؟
9 | \u200fExit preview,button,double click to execute
10 | \u200fExit visual,button,double click to execute
11 | "خارج ہوں"
12 | "پیش منظر ناکام ہو گیا۔"
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-vi/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Bạn có chắc bạn muốn ngắt kết nối với máy chủ?"
4 | "Hủy"
5 | "OK"
6 | "Không kết nối được."
7 | "Đã ngắt kết nối."
8 | Thoát bản xem trước?
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "Thoát"
12 | "Xem trước không thành công."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-az/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Server ilə bağlantını kəsmək istədiyinizə əminsiniz?"
4 | "Ləğv edin"
5 | "OK"
6 | "Qoşulmaq mümkün deyil."
7 | "Bağlantı kəsildi."
8 | Önbaxışdan çıxılsın?
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "Çıxın"
12 | "Önbaxış alınmadı."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-cs/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Opravdu se chcete odpojit od serveru?"
4 | "Zrušit"
5 | "OK"
6 | "Nelze se připojit."
7 | "Odpojeno."
8 | Ukončit náhled?
9 | Ukončit náhled,tlačítko,spustíte dvojitým kliknutím
10 | Ukončit zobrazení,tlačítko,spustíte dvojitým kliknutím
11 | "Ukončit"
12 | "Náhled se nepodařilo zobrazit."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-gl/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Seguro que quere desconectarse do servidor?"
4 | "Cancelar"
5 | "OK"
6 | "Non se pode conectar."
7 | "Desconectado."
8 | Saír da vista previa?
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "Saír"
12 | "Erro ao obter a vista previa."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-in/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Anda yakin ingin memutuskan koneksi dari server?"
4 | "Batal"
5 | "OK"
6 | "Tidak dapat terhubung."
7 | "Terputus."
8 | Tutup pratinjau?
9 | Tutup pratinjau, tombol, klik dua kali untuk mengeksekusi
10 | Tutup visual, tombol, klik dua kali untuk mengeksekusi
11 | "Keluar"
12 | "Pratinjau gagal."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-nb/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Er du sikker på at du ønsker å koble fra serveren?"
4 | "Avbryt"
5 | "OK"
6 | "Kan ikke koble til."
7 | "Frakoblet."
8 | Lukk forhåndsvisning?
9 | Lukk forhåndsvisning,knapp,dobbelttrykk for å utføre
10 | Lukk bilde,knapp,dobbelttrykk for å utføre
11 | "Avslutt"
12 | "Forhåndsvisning mislyktes."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-pt/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Tem certeza de que deseja desconectar do servidor?"
4 | "Cancelar"
5 | "OK"
6 | "Não é possível conectar."
7 | "Desconectado."
8 | Sair da visualização?
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "Sair"
12 | "Falha na visualização."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-km/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "តើអ្នកប្រាកដទេថាចង់ផ្ដាច់ពីម៉ាស៊ីនមេ?"
4 | "បោះបង់"
5 | "យល់ព្រម"
6 | "មិនអាចភ្ជាប់បានទេ។"
7 | "បានផ្ដាច់។"
8 | ចាកចេញពីការមើលជាមុនឬ?
9 | ចាកចេញពីការមើលជាមុន ប៊ូតុង ចុចពីរដងដើម្បីធ្វើប្រតិបត្តិការ
10 | ចាកចេញពីរូប ប៊ូតុង ចុចពីរដងដើម្បីធ្វើប្រតិបត្តិការ
11 | "ចាកចេញ"
12 | "ការមើលសាកល្បងបានបរាជ័យ។"
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-pa/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "ਕੀ ਤੁਸੀਂ ਵਾਕਈ ਸਰਵਰ ਤੋਂ ਡਿਸਕਨੈਕਟ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?"
4 | "ਰੱਦ ਕਰੋ"
5 | "ਠੀਕ ਹੈ"
6 | "ਕਨੈਕਟ ਕਰਨ ਵਿੱਚ ਅਸਮਰੱਥ ਹੈ।"
7 | "ਡਿਸਕਨੈਕਟ ਹੋਇਆ।"
8 | ਪੂਰਵਦਰਸ਼ਨ ਤੋਂ ਬਾਹਰ ਜਾਣਾ ਹੈ?
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "ਬਾਹਰ ਜਾਓ"
12 | "ਪੂਰਵਦਰਸ਼ਨ ਅਸਫਲ ਰਿਹਾ।"
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-ro/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Sigur doriți să vă deconectați de la server?"
4 | "Anulare"
5 | "OK"
6 | "Conectare nereușită."
7 | "Deconectat."
8 | Ieșiți din previzualizare?
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "Ieșire"
12 | "Previzualizare nereușită."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-tr/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Sunucu bağlantısını kesmek istediğinizden emin misiniz?"
4 | "İptal"
5 | "Tamam"
6 | "Bağlanılamıyor."
7 | "Bağlantı kesildi."
8 | Ön izlemeden çıkılsın mı?
9 | Ön izlemeden çık,düğme,yürütmek için çift tıkla
10 | Görselden çık,düğme,yürütmek için çift tıkla
11 | "Çıkış"
12 | "Ön izleme başarısız."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-bs/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Jeste li sigurni da želite prekinuti vezu sa serverom?"
4 | "Otkaži"
5 | "U redu"
6 | "Povezivanje nije moguće."
7 | "Prekinuta veza."
8 | Izaći iz prikaza?
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "Izađi"
12 | "Neuspješan probni prikaz."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-hu/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Biztosan lecsatlakozik a szerverről?"
4 | "Mégse"
5 | "OK"
6 | "Nem lehet csatlakozni."
7 | "Leválasztva."
8 | Kilép az előnézetből?
9 | Kilépés az előnézetből,gomb,végrehajtás dupla kattintással
10 | Kilépés a vizuális módból,gomb,végrehajtás dupla kattintással
11 | "Kilépés"
12 | "Előnézet sikertelen."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-ta/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "சேவையகத்திலிருந்து இணைப்பைத் துண்டிக்க விரும்புகிறீர்களா?"
4 | "ரத்து"
5 | "சரி"
6 | "இணைக்க முடியவில்லை."
7 | "துண்டிக்கப்பட்டது."
8 | முன்னோட்டத்திலிருந்து வெளியேறவா?
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "வெளியேறு"
12 | "முன்னோட்டம் தோல்வி."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-th/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "คุณแน่ใจว่าคุณต้องการยกเลิกการเชื่อมต่อจากเซิร์ฟเวอร์แล้วหรือไม่"
4 | "ยกเลิก"
5 | "ตกลง"
6 | "ไม่สามารถเชื่อมต่อได้"
7 | "ยกเลิกการเชื่อมต่อ"
8 | ออกจากการแสดงตัวอย่างหรือไม่
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "ออก"
12 | "ไม่สามารถดูตัวอย่างได้"
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-et/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Kas soovite kindlasti serveriühenduse katkestada?"
4 | "Loobu"
5 | "OK"
6 | "Ei saa ühendada."
7 | "Ühendus on katkestatud."
8 | Kas väljuda eelvaatest?
9 | Eelvaatest väljumine,nupp,topeltklõps täideviimiseks
10 | Vaatest väljumine,nupp,topeltklõps täideviimiseks
11 | "Välju"
12 | "Eelvaade nurjus."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-fa/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "مطمئن هستید که میخواهید اتصال به سرور را قطع کنید؟"
4 | "لغو"
5 | "تأیید"
6 | "برقراری اتصال امکانپذیر نیست."
7 | "اتصال قطع شد."
8 | از پیشنمایش خارج میشوید؟
9 | \u200fExit preview,button,double click to execute
10 | \u200fExit visual,button,double click to execute
11 | "خروج"
12 | "پیشنمایش انجام نشد."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-kk/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Серверден ажырату керек пе?"
4 | "Бас тарту"
5 | "OK"
6 | "Қосылу мүмкін емес."
7 | "Ажыратылған."
8 | Алдын ала көріністен шығу керек пе?
9 | Алдын ала көріністен шығу, түйме, орындау үшін екі рет басу
10 | Көріністен шығу, түйме, орындау үшін екі рет басу
11 | "Шығу"
12 | "Алдын ала қарау сәтсіз аяқталды."
13 |
--------------------------------------------------------------------------------
/dtm-core/res/values-da/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | "Vil du afbryde forbindelsen til serveren?"
4 | "Annuller"
5 | "OK"
6 | "Kan ikke oprette forbindelse."
7 | "Forbindelsen er afbrudt."
8 | Afslut forhåndsvisning
9 | Exit preview,button,double click to execute
10 | Exit visual,button,double click to execute
11 | "Afslut"
12 | "Forhåndsvisning mislykkedes."
13 |
--------------------------------------------------------------------------------