Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45b002a8 authored by Arthur Ishiguro's avatar Arthur Ishiguro
Browse files

Update HostEndpointInfo struct

Bug: 213474931
Test: Compile
Change-Id: Id0430303693c80e3085a0ca6db207fd030edaa8a
parent 0bd7594c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -896,8 +896,8 @@ public class ContextHubClientBroker extends IContextHubClient.Stub
        info.packageName = mPackage;
        info.attributionTag = mAttributionTag;
        info.type = (mUid == Process.SYSTEM_UID)
             ? HostEndpointInfo.Type.TYPE_FRAMEWORK
             : HostEndpointInfo.Type.TYPE_APP;
             ? HostEndpointInfo.Type.FRAMEWORK
             : HostEndpointInfo.Type.APP;
        mContextHubProxy.onHostEndpointConnected(info);
    }