Merge "UsbAccessory: Update language to comply with Android's inclusive language guidance"

This commit is contained in:
James Wei
2020-08-06 01:12:04 +00:00
committed by Gerrit Code Review

View File

@@ -54,7 +54,7 @@ public class UsbAccessoryUriActivity extends AlertActivity
String uriString = intent.getStringExtra("uri");
mUri = (uriString == null ? null : Uri.parse(uriString));
// sanity check before displaying dialog
// Exception check before displaying dialog
if (mUri == null) {
Log.e(TAG, "could not parse Uri " + uriString);
finish();