commit | 79d80d0d5f75ada7dab3cd636074c6bb2c73de97 | [log] [tgz] |
---|---|---|
author | Chienyuan <chienyuanhuang@google.com> | Wed Nov 18 19:46:20 2020 +0800 |
committer | Chienyuan <chienyuanhuang@google.com> | Wed Nov 18 19:46:20 2020 +0800 |
tree | b9dc92ac623f9db08b7436e2fac44482d1f1fd96 | |
parent | ed3e29c42c142ebc5d1cae828d11578f13c96962 [diff] |
[DO NOT MERGE] OPP: append timestamp to the file name Bluetooth stores received files using contentResolver.insert(), which only allows up to 32 instances with the same file name. Append timestamp to the file name to prevent IllegalStateException. Bug: 161651809 Test: manual Change-Id: I7f75fb96ec4fc33da2a4714e1446935052a9c156