Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78ec37ec authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

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

Merge "Merge "UsbAccessory: Update language to comply with Android's inclusive language guidance" am: 3c127a54 am: 6549bf6d am: 51929ba1 am: 70c8e5b4 am: b23190a0"
parents 043d76d2 89404631
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();