Back to project page sami-android-demo.
The source code is released under:
Apache License
If you think the Android project sami-android-demo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package io.samsungsami.androidclient; public class Config { public static final String APP_ID = "<YOUR CLIENT ID>"; public static final String REDIRECT_URI = "http://localhost:9000/authorize"; }