# Detector **Repository Path**: tom.shen/Mark03 ## Basic Information - **Project Name**: Detector - **Description**: 在android开发中关于一些场景的检测器封装。现完成模拟器检测,包文件完整性检测 - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-11-28 - **Last Updated**: 2024-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # **Detector** ![license](http://img.shields.io/badge/license-Apache2.0-brightgreen.svg) ![Release Version](https://img.shields.io/badge/release-1.0.0-yellow.svg) > Android 场景检测工具   现阶段仅支持模拟器检测和包文件完整性检测 ## **使用方法** ```java // 模拟器检测 boolean result = new SimulatorDetector(getApplicationContext(), true).check(); // 包文件完整性检测 boolean result = new IntegrityDetector(getApplicationContext(), true).check(); ``` ## **提醒** 1. Lib中封装了对[Timber](https://github.com/JakeWharton/timber)如果工程师使用了其中的库,Lib中会自动使用 ## **说明事项** 1. 使用了 <阿里聚安全> 代码,如果此举构成侵权的话请联系我,会马上处理。谢谢 2. lib中的so文件[下载地址](https://mts-resource.oss-cn-hangzhou.aliyuncs.com/libs.rar)在此 ## **LICENSE** Copyright 2018 Tom.Shen Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.