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

Commit 786676eb authored by Greg Kaiser's avatar Greg Kaiser Committed by android-build-merger
Browse files

NanoAppFilter: Workaround HubId issues am: 39070490 am: 41ef2a03

am: d20ed26d

Change-Id: Iba85f8939fca3bf097f8778fdd980bd9290a7530
parents a1500b40 d20ed26d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -43,7 +43,8 @@ public class NanoAppFilter {
    private long mAppIdVendorMask;

    // Id of the context hub this instance is expected on
    private int mContextHubId;
    // TODO: Provide an API which will let us change this HubId.
    private int mContextHubId = HUB_ANY;

    /**
     * Flag indicating any version. With this flag set, all versions shall match provided version.