System Features
This form lists all the features available on the device and plays a major role in determining app compatibility.
By default, the list is tailored to suit apps for smartphones and tablets. However, other device classes, such as smart-tvs, might require additional entries.
To determine which system features an app requires, you need the Android SDK and the APK file itself. Use the following command to get a listing:
aapt dump badging FILENAME.apk
Scan the output for lines starting with "uses-feature".