ConnectSDK / Connect-SDK-Android-Core

Core source code for the Android Connect SDK project
Apache License 2.0
115 stars 80 forks source link

Fix DIAL functionality for Android #95

Open eXaLy opened 8 years ago

eXaLy commented 8 years ago

appInfo.getId() should be used instead of appInfo.getName() Otherwise you will get the error "Problem Launching app" on screen when launching an app by DIAL.

eXaLy commented 8 years ago

According to the DIAL specification the app state should be checked first, before making the call to launch the app.