Android 11 可能會加設通話錄音功能

Android 11 Developer Preview 2

在 Android 平台上,電話通話錄音功能並不是預載的,一是靠廠商在自家 Dialer App 內加設錄音功能,又或透過第三方開發的 Call Recording Apps。

在 Android 9 Pie 更限制了第三方電話錄音,要使用 Call Recording Apps 都需要 Root 權限,十分麻煩。不過 Google 就表示會考慮在將來的 Android 版本增設 Call Recording API。

在最新的 Android 11 Developer Preview 2 內就找到一些 Call Recording API 的線索,其中就一個全新名為 ACCESS_CALL_AUDIO 權限,應該是用於 Default Dialer 在通話中錄音。看來有機會在 Android 11 增設電話通話錄音功能。

<permission android.label=”@string/permlab_accessCallAudio” android:description=”@string/permdesc_accessCallAudio” android:name=”android.permission.ACCESS_CALL_AUDIO” android:protectionLevel=”appop|signature”/>
<string name=”permdesc_accessCallAudio”>Allows this app, when assigned as default dialer application, to record or play audio in telephony calls.</string>
<string name=”permlab_accessCallAudio”>Record or play audio in telephony calls</string>

發佈留言