From 30b28f53b89c79dfd62e9a89e51e52104df04926 Mon Sep 17 00:00:00 2001
From: Mark Lu Google Play Filtering Google Play uses the <uses-feature>
elements declared in your app manifest to filter your app from devices
- that do not meet it's hardware and software feature requirements.
By specifying the features that your application requires, you enable Google Play to present your application only to users whose @@ -150,23 +150,21 @@ device compatibility.
android:name.
- android:required="true" for a feature,
-you are specifying that the application cannot function, or is not
-designed to function, when the specified feature is not present on the
-device. android:required="true" for a feature,
+ you are specifying that the application cannot function, or is not
+ designed to function, when the specified feature is not present on the
+ device. android:required="false" for a feature, it
-means that the application prefers to use the feature if present on
-the device, but that it is designed to function without the specified
-feature, if necessary. android:required="false" for a feature, it
+ means that the application prefers to use the feature if present on
+ the device, but that it is designed to function without the specified
+ feature, if necessary. The default value for android:required if not declared is
-"true".
The default value for android:required if not declared is
+ "true".
android:glEsVersion