第一版发布

This commit is contained in:
ZCShou 2020-09-14 15:18:31 +08:00
parent 684e3cc8f0
commit 0dcb0c0907
4 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName "1.2.0"
versionName "1.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {

Binary file not shown.

View File

@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.2.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]

View File

@ -725,6 +725,8 @@ public class MainActivity extends BaseActivity
+ "A这和虚拟定位的实现方式有关系。Android 提供的模拟位置 API 只能模拟 GPS。而安卓的定位数据会同时使用 GPS、网络/WIFI等来实现更精确的定位\n"
+ "Q如何防止虚拟定位闪回真实位置\n"
+ "A对于多数手机是可以设置定位数据来源的。可以直接关闭从网络/WIFI定位只允许 GPS 定位\n"
+ "Q为啥在某些软件上没有效果\n"
+ "A目前仅适用于百度地图和高德地图的SDK定位. 腾讯系列无法使用\n"
+ "Q使用位置的 APP 如何检测有没有虚拟定位?\n"
+ "A对于使用 ROOT 权限的虚拟定位,是无法被检测的(但是会检测到 ROOT 权限);使用 Android 提供的模拟位置 API在 Android 6.0 之后,系统也没有挺检测方式。基于 VirtualApp 的检测方式要多一些。但是通常如果位置变化较大、较快APP 会认为定位异常\n";