Home | History | Annotate | Download | only in aapt

Lines Matching full:feature

630             // some new uses-feature constants in 2.1 and 2.2. In most cases, the
632 // request the corresponding <uses-feature>, presume it's there anyway".
895 } else if (tag == "uses-feature") {
945 printf("uses-feature%s:'%s'\n",
1149 * Note that the various spec*Feature variables denote whether the
1156 // if app requested a sub-feature (autofocus or flash) and didn't
1157 // request the base camera feature, we infer that it meant to
1158 printf("uses-feature:'android.hardware.camera'\n");
1160 // if app wants to use camera but didn't request the feature, we infer
1163 printf("uses-feature:'android.hardware.camera'\n");
1165 printf("uses-feature:'android.hardware.camera.autofocus'\n");
1175 // sub-features, we infer that it also meant to request the base location feature
1176 printf("uses-feature:'android.hardware.location'\n");
1180 // feature, we infer that it meant to
1181 printf("uses-feature:'android.hardware.location.gps'\n");
1185 // network location feature, we infer that it meant to
1186 printf("uses-feature:'android.hardware.location.network'\n");
1192 // feature, we infer that it meant to
1193 printf("uses-feature:'android.hardware.bluetooth'\n");
1199 // feature, we infer that it meant to
1200 printf("uses-feature:'android.hardware.microphone'\n");
1206 // feature, we infer that it meant to
1207 printf("uses-feature:'android.hardware.wifi'\n");
1212 // if app takes one of the telephony permissions or requests a sub-feature but
1213 // does not request the base telephony feature, we infer that it meant to
1214 printf("uses-feature:'android.hardware.telephony'\n");
1220 // <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
1223 printf("uses-feature:'android.hardware.touchscreen'\n");
1226 // if app takes one of the telephony permissions or requests a sub-feature but
1227 // does not request the base telephony feature, we infer that it meant to
1228 printf("uses-feature:'android.hardware.touchscreen.multitouch'\n");
1237 printf("uses-feature:'android.hardware.screen.landscape'\n");
1240 printf("uses-feature:'android.hardware.screen.portrait'\n");