Change targetSdk for USE_STRETCH_EDGE_EFFECT_BY_DEFAULT
We want to test the stretch EdgeEffect for all apps, not just those that target S and higher. Bug: 182191316 Test: None. Change-Id: I29a46a5c9ac6bc64f0abfa8dbd4605ed7d75ea62
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user