Open BrianGiannini opened 4 years ago
In the 10th chapter in the Add a Deep Link part 2 DeepLinkAppWidgetProvider
There is the code snipped : args.putString("myarg", "From Widget");
args.putString("myarg", "From Widget");
semicolon should be removed : args.putString("myarg", "From Widget")
args.putString("myarg", "From Widget")
In the 10th chapter in the Add a Deep Link part 2 DeepLinkAppWidgetProvider
There is the code snipped :
args.putString("myarg", "From Widget");
semicolon should be removed :
args.putString("myarg", "From Widget")