feat: XposedFakeLocation 增强版
🎯 位置Hook模块: - LocationApiHooks: 核心位置API拦截 - GooglePlayServicesHooks: FusedLocationProviderClient - WifiHooks: WiFi扫描定位拦截 - TelephonyHooks: 基站定位拦截 - SensorHooks: 传感器监控 - GnssHooks: GPS卫星数据伪造 - SystemServicesHooks: 系统服务Hook 🔧 功能特性: - 完整位置伪造支持 - Mock位置检测隐藏 - 多种定位方式全覆盖 - 中文界面支持 📦 包含预编译APK
This commit is contained in:
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
# === Android build artifacts ===
|
||||
/build/
|
||||
/app/build/
|
||||
/*.apk
|
||||
/*.aab
|
||||
*.ap_
|
||||
*.dex
|
||||
|
||||
# === Gradle ===
|
||||
.gradle/
|
||||
/local.properties
|
||||
/keystore.properties
|
||||
|
||||
# === Android Studio ===
|
||||
.idea/
|
||||
/*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# === OS-generated cruft ===
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
|
||||
# === Logs & temporary files ===
|
||||
*.log
|
||||
*.tmp
|
||||
*.bak
|
||||
*~
|
||||
|
||||
# === Captures / profiling / other ===
|
||||
captures/
|
||||
*.hprof
|
||||
|
||||
# === Google services (API keys etc) ===
|
||||
google-services.json
|
||||
app/google-services.json
|
||||
|
||||
# === Kotlin build artifacts ===
|
||||
.kotlin/
|
||||
.cursor/
|
||||
Reference in New Issue
Block a user