Merge "Change targetSdk for USE_STRETCH_EDGE_EFFECT_BY_DEFAULT" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-03-18 00:07:38 +00:00
committed by Android (Google) Code Review

View File

@@ -69,7 +69,7 @@ public class EdgeEffect {
* @hide
*/
@ChangeId
@EnabledSince(targetSdkVersion = Build.VERSION_CODES.S)
@EnabledSince(targetSdkVersion = Build.VERSION_CODES.BASE)
public static final long USE_STRETCH_EDGE_EFFECT_BY_DEFAULT = 171228096L;
/**