commit | ad54e7f053f00d6c77fe18c11cc5e7c5a7b8fb60 | [log] [tgz] |
---|---|---|
author | Brad Ebinger <breadley@google.com> | Mon May 23 13:33:09 2016 -0700 |
committer | Brad Ebinger <breadley@google.com> | Mon May 23 14:32:08 2016 -0700 |
tree | e60e547501f780cbb9508fe814c2dcb3c582b5af | |
parent | dcdff03d394d94c888b621175f720fd48f983ada [diff] |
Add check for "Silent" Uri.EMPTY Ringtone Uri Currently we do not check for the ringtone Uri Uri.Empty, which is the "Silent" ringtone. Since we did not check for this case, we would play a "Dinging" sound instead of nothing when we queried for the Ringtone associated with the Uri. This change checks to see if the Ringtone Uri is Uri.EMPTY before playing it. Change-Id: Iab51d43184f29caf58f5333a7c893c26cd9bca0a Fix: 28912183