Is there a way to specify in the manifest that the application must have access to AudioSource.VOICE_CALL
? (or any other form of call recording which I'm not familiar with yet and would be really glad to be :) )
Asked
Active
Viewed 346 times
1

Vadim Kotov
- 8,084
- 8
- 48
- 62

Michael Litvin
- 3,976
- 1
- 34
- 40
-
Have you looked here, http://stackoverflow.com/questions/4862857/how-to-record-call-in-android-is-it-possible? – Daniel Le Aug 04 '11 at 09:18
-
I've seen many posts saying that call recording isn't possible on Android using this (or any) API. Fortunately, this does work on my Samsung Galaxy S2 :) What I want is to be able to forbid installation on devices that don't support this. – Michael Litvin Aug 04 '11 at 16:46