Just wondering if there is a built-in way to specify the API level for an android app yet?
The main reason for me to do this is since the Audio API in the recent daily builds have now been modified to fix the audio latency issues. On 2.2 (froyo) the issues still remain, so I’d like to limit my latest update to 2.3+ devices. 91% of my users are on 2.3+ anyway, and I want to remove the temporary fix of using the media API’s.
If there’s no official way of specifying the minimum API level, I guess I’ll have to modify the manifest in the APK after building. [import]uid: 70847 topic_id: 33090 reply_id: 333090[/import]