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

Commit b7a79b11 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update HostEndpointInfo struct"

parents 62d31441 45b002a8
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);
    }