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:
@@ -109,7 +109,7 @@ public class VoiceRecognition extends Activity implements OnClickListener {
|
||||
// Specify the calling package to identify your application
|
||||
intent.putExtra(RecognizerIntent.EXTRA_CALLING_PACKAGE, getClass().getPackage().getName());
|
||||
|
||||
// Display an hint to the user about what he should say.
|
||||
// Display an hint to the user about what they should say.
|
||||
intent.putExtra(RecognizerIntent.EXTRA_PROMPT, "Speech recognition demo");
|
||||
|
||||
// Given an hint to the recognizer about what the user is going to say
|
||||
|
||||
@@ -21,7 +21,7 @@ import android.content.Intent;
|
||||
import android.os.IBinder;
|
||||
|
||||
/**
|
||||
* Dummy service to make sure this app can be default SMS app
|
||||
* Placeholder service to make sure this app can be default SMS app
|
||||
*/
|
||||
public class HeadlessSmsSendService extends Service {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user