Lines Matching full:features
12 <li><a href="#Features">Device features</a></li>
77 device configuration. Because Android runs on a wide range of device configurations, some features are not
88 <p>Android supports a variety of features your app can leverage through platform APIs. Some
89 features are hardware-based (such as a compass sensor), some are software-based (such as app
92 features.</p>
97 disabling optional features at runtime and <a
105 <li><a href="#Features">Device features</a>
111 <h3 id="Features">Device features</h3>
113 <p>In order for you to manage your app?s availability based on device features,
137 <p>Google Play Store compares the features your app requires to the features available on
139 If the device does not provide all the features your app requires, the user cannot install
173 For more information about implicitly required device features, read <a href=
236 the corresponding features when the API level is too low. In this case,
246 // the drag/drop features that use {@link android.content.ClipboardManager} APIs