This is a module that fixes recording for both sides for Axet's Call Recorder. It currently installs version 1.7.6 as a system app in /system/priv-app and inserts necessary permissions in /etc/permissions to allow CAPTURE_AUDIO_OUTPUT for the app.
It requires API greater or equal to 19 (Android KitKat) in order to make use of the priv-app folder.
The module installs the app normally then moves it to priv-app so it becomes a system app.
Just like you used the normal app, but it works as expected now.
Original source: https://gitlab.com/axet/android-call-recorder
- Download the APK from a repo, such as F-Droid's, to prevent embedding it into the module.
- Initial release