We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331902d commit a11e1dfCopy full SHA for a11e1df
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