We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11e1df commit 58a30f0Copy full SHA for 58a30f0
1 file changed
android/hello_sdl_android/src/main/java/com/sdl/hellosdlandroid/SdlService.java
@@ -256,7 +256,7 @@ public LifecycleConfigurationUpdate managerShouldUpdateLifecycle(Language langua
256
* Send some voice commands
257
*/
258
private void setVoiceCommands(){
259
- List<String>
+
260
List<String> list1 = Collections.singletonList("Command One");
261
List<String> list2 = Collections.singletonList("Command two");
262
0 commit comments