When I write a user SVAApp to call listModules API,the following run time error message occurs on Eclipse:
“W/ServiceManager(310): Permission failure: android.permission.CAPTURE_AUDIO_HOTWORD from uid=10086 pid=4394”
“E/(310): android.permission.CAPTURE_AUDIO_HOTWORD”
I also added “<uses-permission android:name=“android.permission.CAPTURE_AUDIO_HOTWORD” />” on AndroidManifest.xml.
Is it because peripherals handset mic is not ready to causing the problem?