CDD: Correction to API level in Section 7.1.1.2.

Corrected the app targeting API level from 26 to 24 in one
of the exempted condition for required aspect ratio as
android:resizeableActivity is set as "true" by default.

Bug: 65462279
Test: N/A
Change-Id: I3fe095a1439c6746bcd2836b76e0d5e5de10ba74
diff --git a/7_hardware-compatibility/7_1_display-and-graphics.md b/7_hardware-compatibility/7_1_display-and-graphics.md
index f65100e..853ba1b 100644
--- a/7_hardware-compatibility/7_1_display-and-graphics.md
+++ b/7_hardware-compatibility/7_1_display-and-graphics.md
@@ -72,7 +72,7 @@
      *  The app declares it is resizeable via the [android:resizeableActivity](
      https://developer.android.com/guide/topics/ui/multi-window.html#configuring)
      attribute.
-     *  The app is targeting API level 26 or higher and does not declare a
+     *  The app is targeting API level 24 or higher and does not declare a
      [`android:MaxAspectRatio`](
      https://developer.android.com/reference/android/R.attr.html#maxAspectRatio)
      that would restrict the allowed aspect ratio.