@@ -785,7 +785,7 @@ compatibility for these versions.</p>
785785
786786<h3 id="ScreenCompatibility">Providing screen resource compatibility for Android 1.5</h3>
787787
788- <p>Android 1.5 (and lower) does not support the following resource qualifers:</p>
788+ <p>Android 1.5 (and lower) does not support the following configuration qualifers:</p>
789789<dl>
790790 <dt><a href="#DensityQualifier">Density</a></dt>
791791 <dd>{@code ldpi}, {@code mdpi}, {@code ldpi}, and {@code nodpi}</dd>
@@ -795,11 +795,11 @@ compatibility for these versions.</p>
795795 <dd>{@code long} and {@code notlong}</dd>
796796</dl>
797797
798- <p>These resource qualifiers were introduced in Android 1.6, so Android 1.5 (API Level 3) and lower
799- does not support them. If you use these configuration qualifiers and do not provide
798+ <p>These configuration qualifiers were introduced in Android 1.6, so Android 1.5 (API Level 3) and
799+ lower does not support them. If you use these configuration qualifiers and do not provide
800800corresponding default resources, then an Android 1.5 device might use any one of the resource
801- directories named with the above screen qualifiers, because it ignores the screen qualifiers and
802- uses whichever otherwise-matching drawable resource it finds first.</p>
801+ directories named with the above screen configuration qualifiers, because it ignores these
802+ qualifiers and uses whichever otherwise-matching drawable resource it finds first.</p>
803803
804804<p>For example, if your application supports Android 1.5 and includes drawable resources for
805805each density type ({@code drawable-ldpi/}, {@code drawable-mdpi/}, and {@code drawable-ldpi/}),
0 commit comments