2011-06-12 74 views

回答

0

如果您絕對需要帶麥克風的設備,請將<uses-feature>元素添加到要求android.hardware.microphone的清單中。

如果您可以使用麥克風(如果它存在),然後將<uses-feature>元素添加到您的清單,要求android.hardware.microphoneandroid:required="false"。然後,使用PackageManagerhasSystemFeature()在運行時檢查android.hardware.microphone

+0

@ Shan-mobile:http://developer.android.com/reference/android/content/pm/PackageManager.html#FEATURE_MICROPHONE – CommonsWare 2011-06-13 10:54:26

相關問題