Skip to content

Commit e516ff9

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "Cherry-pick to fix the wrong format of an CDD annotation." into android14-tests-dev
2 parents 0ab976b + 1e1ac32 commit e516ff9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/CtsVerifier/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@
214214
<meta-data android:name="display_mode"
215215
android:value="multi_display_mode" />
216216
<meta-data android:name="CddTest"
217-
android:value="2.2.4/8.3/H-1-1|2.3.4/8.3/T-1-1|2.4.4/8.3/W-SR|8.3/C-SR" />
217+
android:value="2.2.4/8.3/H-1-1|2.3.4/8.3/T-1-1|
218+
2.4.4/8.3/W-SR-1,8.3/W-SR-2|
219+
8.3/C-SR-1,C-SR-2" />
218220
<meta-data android:name="ApiTest" android:value="android.os.PowerManager#isPowerSaveMode" />
219221
</activity>
220222

0 commit comments

Comments
 (0)