NanoAppFilter: Workaround HubId issues am: 3907049080
am: 41ef2a038d
Change-Id: I176e4a4698052d61fd5e9b29a2670a65dfb3643a
This commit is contained in:
@@ -43,7 +43,8 @@ public class NanoAppFilter {
|
|||||||
private long mAppIdVendorMask;
|
private long mAppIdVendorMask;
|
||||||
|
|
||||||
// Id of the context hub this instance is expected on
|
// 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.
|
* Flag indicating any version. With this flag set, all versions shall match provided version.
|
||||||
|
|||||||
Reference in New Issue
Block a user