diff options
Diffstat (limited to 'docs/html/sdk/ndk/overview.jd')
-rw-r--r-- | docs/html/sdk/ndk/overview.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/sdk/ndk/overview.jd b/docs/html/sdk/ndk/overview.jd index e969f5d..c98e600 100644 --- a/docs/html/sdk/ndk/overview.jd +++ b/docs/html/sdk/ndk/overview.jd @@ -535,7 +535,7 @@ later)</li> <li>Additionally, an application using the OpenGL ES APIs should declare a <code><uses-feature></code> element in its manifest, with an <code>android:glEsVersion</code> attribute that specifies the minimum OpenGl ES version - required by the application. This ensures that Android Market will show your application only + required by the application. This ensures that Google Play will show your application only to users whose devices are capable of supporting your application. For example: <pre style="margin:1em;"> <manifest> |