Fix targetSdkVersion gate for EXCLUDED_ROUTES compat change
Bug: 230726333 Test: check Developer options > App Compat Changes Change-Id: Ia80efd07e6a8c6e6cc043411fbc2b56b07b4dd06
This commit is contained in:
@@ -64,7 +64,7 @@ public final class LinkProperties implements Parcelable {
|
|||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
@ChangeId
|
@ChangeId
|
||||||
@EnabledAfter(targetSdkVersion = Build.VERSION_CODES.S) // Switch to S_V2 when it is available.
|
@EnabledAfter(targetSdkVersion = Build.VERSION_CODES.S_V2)
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
public static final long EXCLUDED_ROUTES = 186082280;
|
public static final long EXCLUDED_ROUTES = 186082280;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user