Merge "Merge "UsbAccessory: Update language to comply with Android's inclusive language guidance" am: 3c127a54bb am: 6549bf6d3d am: 51929ba1f3 am: 70c8e5b4a2 am: b23190a05e"
This commit is contained in:
committed by
Android (Google) Code Review
commit
78ec37ec32
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user