Merge "NanoAppFilter: Workaround HubId issues" into nyc-mr1-dev

This commit is contained in:
Greg Kaiser
2016-08-26 03:34:36 +00:00
committed by Android (Google) Code Review

View File

@@ -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.