Go to file
2023-06-13 02:20:20 +05:30
prebuilts Version 1.46 2023-06-13 02:20:20 +05:30
bcr.mk Version 1.46 2023-06-13 02:20:20 +05:30
README.md Initial Upload 2023-05-27 19:10:57 +05:30

Add In Rom

Add This Line In device.mk

$(call inherit-product, vendor/bcr/bcr.mk)

Features

  • Supports Android 9 through 13
  • Supports output in various formats:
    • OGG/Opus - Lossy, smallest files, default on Android 10+
    • M4A/AAC - Lossy, smaller files, default on Android 9
    • FLAC - Lossless, larger files
    • WAV/PCM - Lossless, largest files, least CPU usage
  • Supports Android's Storage Access Framework (can record to SD cards, USB devices, etc.)
  • Per-contact auto-record rules
  • Quick settings toggle
  • Material You dynamic theming
  • No persistent notification unless a recording is in progress
  • No network access permission
  • Works with call screening on Pixel devices (records the caller, but not the automated system)

Credits

Thanks to chenxiaolong For Base Repo And StudioKeys For Helping Me