Loading cmds/servicemanager/ServiceManager.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -291,6 +291,8 @@ sp<IBinder> ServiceManager::tryGetService(const std::string& name, bool startIfN service = &(it->second); if (!service->allowIsolated && is_multiuser_uid_isolated(ctx.uid)) { LOG(WARNING) << "Isolated app with UID " << ctx.uid << " requested '" << name << "', but the service is not allowed for isolated apps."; return nullptr; } out = service->binder; Loading Loading
cmds/servicemanager/ServiceManager.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -291,6 +291,8 @@ sp<IBinder> ServiceManager::tryGetService(const std::string& name, bool startIfN service = &(it->second); if (!service->allowIsolated && is_multiuser_uid_isolated(ctx.uid)) { LOG(WARNING) << "Isolated app with UID " << ctx.uid << " requested '" << name << "', but the service is not allowed for isolated apps."; return nullptr; } out = service->binder; Loading