Update language to comply with Android’s inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Change-Id: I56dd8778516103367dc17ae55bdff4457185de46
This commit is contained in:
@@ -101,7 +101,7 @@ public class MainActivity extends FragmentActivity implements LoaderCallbacks<Cu
|
||||
}
|
||||
|
||||
/**
|
||||
* Dummy sendSms method, would need the "to" address to actually send a message :)
|
||||
* Placeholder sendSms method, would need the "to" address to actually send a message :)
|
||||
*/
|
||||
private void sendSms(String smsText) {
|
||||
if (!TextUtils.isEmpty(smsText)) {
|
||||
|
||||
Reference in New Issue
Block a user