ALEX5402 / NewBlackbox

a softwere to clone apps on android also support running apps without installing
MIT License
88 stars 128 forks source link

Androd13 bindIsolatedService() rename to bindServiceInstance() ? #4

Open ghost opened 1 month ago

ghost commented 1 month ago

aosp13/frameworks/base/core/java/android/app/IActivityManager.aidl

int bindServiceInstance(in IApplicationThread caller, in IBinder token, in Intent service,
        in String resolvedType, in IServiceConnection connection, int flags,
        in String instanceName, in String callingPackage, int userId);

bindIsolatedService() 名称已经变为 bindServiceInstance()

NewBlackbox\Bcore\src\main\java\com\vcore\fake\service\IActivityManagerProxy.java 应该进行适当适配,对吗?