# 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**: 34 - **Forks**: 0 - **Created**: 2021-01-29 - **Last Updated**: 2025-06-13 ## 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.md) | 中文 ## 目录 - [简介](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/tree/master#简介) - [注意事项](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/tree/master#注意事项) ## 简介 本项目包含华为SafetyDetect API和基于SafetyDetect SDK开发的APP。工程目录如下: 1. [SafetyDetect-SysIntegrity-Kotlin-Demo](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/tree/master/SafetyDetect-SysIntegrity-Kotlin-Demo): 提供SafetyDetect SysIntegrity基本功能使用示例。 2. [SafetyDetect-AppsCheck-Kotlin-Demo](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/tree/master/SafetyDetect-AppsCheck-Kotlin-Demo): 提供SafetyDetect AppsCheck基本功能使用示例。 3. [SafetyDetect-URLCheck-Kotlin-Demo](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/tree/master/SafetyDetect-URLCheck-Kotlin-Demo): 提供SafetyDetect URLCheck基本功能使用示例。 4. [SafetyDetect-UserDetect-Kotlin-Demo](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/tree/master/SafetyDetect-UserDetect-Kotlin-Demo): 提供SafetyDetect UserDetect基本功能使用示例。 5. [SafetyDetect-WifiDetect-Kotlin-Demo](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/tree/master/SafetyDetect-WifiDetect-Kotlin-Demo): 提供SafetyDetect WifiDetect基本功能使用示例。 6. [Safetydetect-Kotlin-Demo](https://gitee.com/hms-core/hms-safetydetect-demo-kotlin/tree/master/SafetyDetect-Kotlin-Demo): 提供SafetyDetect 所有基本功能使用示例。 ## 技术支持 如果您对HMS Core还处于评估阶段,可在[Reddit社区](https://www.reddit.com/r/HuaweiDevelopers/)获取关于HMS Core的最新讯息,并与其他开发者交流见解。 如果您对使用HMS示例代码有疑问,请尝试: - 开发过程遇到问题上[Stack Overflow](https://stackoverflow.com/questions/tagged/huawei-mobile-services),在`huawei-mobile-services`标签下提问,有华为研发专家在线一对一解决您的问题。 - 到[华为开发者论坛](https://developer.huawei.com/consumer/cn/forum/blockdisplay?fid=18) HMS Core板块与其他开发者进行交流。 如果您在尝试示例代码中遇到问题,请向仓库提交[issue](https://github.com/HMS-Core/hms-safetydetect-demo-kotlin/issues),也欢迎您提交[Pull Request](https://github.com/HMS-Core/hms-safetydetect-demo-kotlin/pulls)。 ## 注意事项 工程包含多个独立的工程。下载代码后,您可以在Android Studio中打开其中一个工程, 也可以将多个应用添加到同一个工程中,这种情况下,您不必为每个应用程序创建单独的项目,可以通过打开setting.gradle来选择要构建的工程。