# hms-safetydetect-demo-kotlin **Repository Path**: hms-core/hms-safetydetect-demo-kotlin ## Basic Information - **Project Name**: hms-safetydetect-demo-kotlin - **Description**: 华为安全检测服务kotlin示例代码,提供系统完整性检测、恶意URL检测、应用安全检测、虚假用户检测、恶意Wi-Fi检测,快速构建应用安全。 - **Primary Language**: Kotlin - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 52 - **Forks**: 0 - **Created**: 2021-01-29 - **Last Updated**: 2025-09-02 ## Categories & Tags **Categories**: harmony, security-dev **Tags**: None ## README # HMS Safetydetect Kotlin Demo English | [中文](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/blob/master/README_ZH.md) ## Table of Contents - [Introduction](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/tree/master#introduction) - [Precautions](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/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-Kotlin-Demo](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/tree/master/SafetyDetect-SysIntegrity-Kotlin-Demo): Provides examples of using basic functions of SafetyDetect SysIntegrity. 2. [SafetyDetect-AppsCheck-Kotlin-Demo](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/tree/master/SafetyDetect-AppsCheck-Kotlin-Demo): Provides examples of using basic functions of SafetyDetect AppsCheck. 3. [SafetyDetect-URLCheck-Kotlin-Demo](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/tree/master/SafetyDetect-URLCheck-Kotlin-Demo): Provides examples of using basic functions of SafetyDetect URLCheck. 4. [SafetyDetect-UserDetect-Kotlin-Demo](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/tree/master/SafetyDetect-UserDetect-Kotlin-Demo): Provides examples of using basic functions of SafetyDetect UserDetect. 5. [SafetyDetect-WifiDetect-Kotlin-Demo](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/tree/master/SafetyDetect-WifiDetect-Kotlin-Demo): Provides examples of using basic functions of SafetyDetect WifiDetect. 6. [Safetydetect-Kotlin-Demo](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/tree/master/SafetyDetect-Kotlin-Demo): 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-kotlin/issues) to the Repository. Even better you can submit a [Pull Request](https://github.com/HMS-Core/hms-safetydetect-demo-kotlin/pulls) with a fix.