Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hms-core/hms-safetydetect-demo-android
SafetyDetect Sample provides many sample programs for your reference or usage.This example demonstrates how to integrate services provided by Safetydetect Kit, such as APPchecks, URLcheck, Userdetect, Wifidetect.
https://github.com/hms-core/hms-safetydetect-demo-android
android detect hms huawei privacy safety sysintegrity url-check wifi-detector
Last synced: about 2 months ago
JSON representation
SafetyDetect Sample provides many sample programs for your reference or usage.This example demonstrates how to integrate services provided by Safetydetect Kit, such as APPchecks, URLcheck, Userdetect, Wifidetect.
- Host: GitHub
- URL: https://github.com/hms-core/hms-safetydetect-demo-android
- Owner: HMS-Core
- Created: 2020-05-15T13:50:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T07:34:30.000Z (over 1 year ago)
- Last Synced: 2024-04-16T12:54:17.522Z (9 months ago)
- Topics: android, detect, hms, huawei, privacy, safety, sysintegrity, url-check, wifi-detector
- Language: Java
- Homepage: https://developer.huawei.com/consumer/en/hms/huawei-safetydetectkit/?ha_source=hms1
- Size: 333 KB
- Stars: 18
- Watchers: 15
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HMS Safetydetect Android Demo
English | [中文](https://github.com/HMS-Core/hms-safetydetect-demo-android/blob/master/README_ZH.md)
## Table of Contents
- [Introduction](https://github.com/HMS-Core/hms-safetydetect-demo-android/tree/master#introduction)
- [Precautions](https://github.com/HMS-Core/hms-safetydetect-demo-android/tree/master#precautions)## Introduction
This project contains SafetyDetect APIs and apps developed based on the SafetyDetect SDK. The project directory is as follows:
1. [SafetyDetect-SysIntegrity-Android-Sample](https://github.com/HMS-Core/hms-safetydetect-demo-android/tree/master/SafetyDetect-SysIntegrity-Sample/SafetyDetect-SysIntegrity-Android-Sample): Provides examples of using basic functions of SafetyDetect SysIntegrity.
2. [SafetyDetect-AppsCheck-Android-Sample](https://github.com/HMS-Core/hms-safetydetect-demo-android/tree/master/SafetyDetect-AppsCheck-Android-Sample): Provides examples of using basic functions of SafetyDetect AppsCheck.
3. [SafetyDetect-URLCheck-Android-Sample](https://github.com/HMS-Core/hms-safetydetect-demo-android/tree/master/SafetyDetect-URLCheck-Android-Sample): Provides examples of using basic functions of SafetyDetect URLCheck.
4. [SafetyDetect-UserDetect-Android-Sample](https://github.com/HMS-Core/hms-safetydetect-demo-android/tree/master/SafetyDetect-UserDetect-Sample/SafetyDetect-UserDetect-Android-Sample): Provides examples of using basic functions of SafetyDetect UserDetect.
5. [SafetyDetect-WifiDetect-Android-Sample](https://github.com/HMS-Core/hms-safetydetect-demo-android/tree/master/SafetyDetect-WifiDetect-Android-Sample): Provides examples of using basic functions of SafetyDetect WifiDetect.
6. [Safetydetect-Android-Sample](https://github.com/HMS-Core/hms-safetydetect-demo-android/tree/master/safetydetect-android-sample): Provides examples of using basic functions of SafetyDetect.## Precautions
The project contains multiple independent projects. After downloading code,
you can open a project in Android Studio to build your app or add multiple apps to a project.
You do not have to create a separate project for each app. You can open setting.gradle to select the project to build.## Question or issues
If you want to evaluate more about HMS Core, [r/HMSCore on Reddit](https://www.reddit.com/r/HuaweiDevelopers/) is for you to keep up with latest news about HMS Core, and to exchange insights with other developers.If you have questions about how to use HMS samples, try the following options:
- [Stack Overflow](https://stackoverflow.com/questions/tagged/huawei-mobile-services) is the best place for any programming questions. Be sure to tag your question with
`huawei-mobile-services`.
- [Huawei Developer Forum](https://forums.developer.huawei.com/forumPortal/en/home?fid=0101187876626530001) HMS Core Module is great for general questions, or seeking recommendations and opinions.If you run into a bug in our samples, please submit an [issue](https://github.com/HMS-Core/hms-safetydetect-demo-android/issues) to the Repository. Even better you can submit a [Pull Request](https://github.com/HMS-Core/hms-safetydetect-demo-android/pulls) with a fix.