Skip to content

Commit 1e1ac32

Browse files
Yihan Dongkgui
authored andcommitted
Cherry-pick to fix the wrong format of an CDD annotation.
Bug: 296809193 Test: noop Change-Id: I10a3bf29ca8354b4b34a17e79b6c75f590e3c7a7 Merged-In: I4824d6778cfc2eb9d1ac8adc349a14b690763624
1 parent 0ab976b commit 1e1ac32

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)