Merge "Update compat flag to use VERSION_CODES.VANILLA_ICE_CREAM instead of 35" into main

This commit is contained in:
Treehugger Robot 2024-05-21 07:19:35 +00:00 committed by Gerrit Code Review
commit 216f8adca0

View file

@ -118,7 +118,7 @@ public final class ConnectivityCompatChanges {
* @hide
*/
@ChangeId
@EnabledAfter(targetSdkVersion = 35) // TODO: change to VANILLA_ICE_CREAM.
@EnabledAfter(targetSdkVersion = Build.VERSION_CODES.VANILLA_ICE_CREAM)
public static final long NETWORK_BLOCKED_WITHOUT_INTERNET_PERMISSION = 333340911L;
private ConnectivityCompatChanges() {