Get a SDK

Lite Version Full Version
Compatibilitylowhigh
Supported ABIsarmeabi-v7aarmeabi-v7a / arm64-v8a
Android6.0~13.06.0~13.0 and future versions
Native Hook
Java Hook
IO Hook
Xposed
APP Clone
Customization
Bug Fix
Feature Updates
Script Automation
Multiple User
Application Hardening
APP Running Without Installing
Device Simulation
Fake GPS
Language Simulation
Region Simulation
Timezone Simulation
Root Hidden
SIM Card Status Hidden

Below is the sdk documentation.

0. Dependency

implementation "com.tencent:mmkv-static:1.2.10"

1. Initialization

Put this initialization code within "Application#attachBaseContext".

FCore.get().init(this);

2. Examples

App clone

FCore.get().installPackageAsUser("package_name", USER_ID)

App running without installing

FCore.get().installPackageAsUser(new File("/sdcard/some_app.apk"), USER_ID)

Launch App in sandbox

FCore.get().launchApk("package_name", USER_ID)

3. Interfaces

FCore
Method Description
initInitialize sandbox
isInstalledCheck if the App is installed in the sandbox
installPackageAsUserClone App into sandbox according to package name
installPackageAsUserClone App into sandbox via apk file
uninstallPackageUninstall an App installed in the sandbox globally
uninstallPackageAsUserUninstall an App installed in the sandbox by user
getInstalledApplicationsGet all applications installed in the sandbox
getApplicationInfoGet application info of an App in the sandbox
getPackageInfoGet package info of an application in the sandbox
getLaunchIntentForPackageGet LauncherIntent of an App
launchApkLaunch App in sandbox
launchIntentLaunch App via Intent
isRunningCheck if an App is running
clearPackageClear App data
stopPackageStop an app from running
stopAllPackagesStop all running applications
setApplicationCallback
disableFakeLocation
enableFakeLocation
setLocation
getLocation
setGlobalLocation
getGlobalLocation
getUsers
createUser
deleteUser
exportAppData
importAppData
setPreloadProcessCount
setHideRoot
setHideSim
setHideVPN
setVisitExternalApp
setDisableKill
setDisableNetwork
setHidePath
getSpaceLanguage
setSpaceLanguage
getSpaceRegion
setSpaceRegion
getSpaceTimeZone
setSpaceTimeZone
getSpaceTaskDescriptionPrefix