Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md: Remove mention of cloud storage #31

Merged
merged 1 commit into from
May 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
README.md: Remove mention of cloud storage
It turns out Android's Storage Access Framework doesn't support cloud
storage when using ACTION_OPEN_DOCUMENT_TREE for selecting a folder.

https://issuetracker.google.com/issues/135636079

Closes: #30
Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
  • Loading branch information
chenxiaolong committed May 25, 2022
commit a543e802cc66041d349844ed41108284374a02f4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ BCR is a simple Android call recording app for rooted devices or devices running

* Supports Android 9 through 13
* Records FLAC-encoded lossless audio at the device's native sample rate
* Supports Android's Storage Access Framework (can record to SD cards, USB devices, cloud storage, etc.)
* Supports Android's Storage Access Framework (can record to SD cards, USB devices, etc.)
* Quick settings toggle
* Material You dynamic theming
* No persistent notification unless a recording is in progress