Skip to content
This repository was archived by the owner on Jul 27, 2019. It is now read-only.

Commit 73f60de

Browse files
committed
Added Keys class. Application subclass gets CSDK keys from Keys class.
1 parent e157a55 commit 73f60de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

send-to-desktop-api/app/src/main/java/com/adobe/sendtodesktopapi/MainApplication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
public class MainApplication extends Application implements IAdobeAuthClientCredentials {
1212

1313
/* Be sure to fill in the two strings below. */
14-
private static final String CREATIVE_SDK_CLIENT_ID = "<YOUR_CLIENT_ID_HERE>";
15-
private static final String CREATIVE_SDK_CLIENT_SECRET = "<YOUR_CLIENT_SECRET_HERE>";
14+
private static final String CREATIVE_SDK_CLIENT_ID = Keys.CSDK_CLIENT_ID;
15+
private static final String CREATIVE_SDK_CLIENT_SECRET = Keys.CSDK_CLIENT_SECRET;
1616

1717
@Override
1818
public void onCreate() {

0 commit comments

Comments
 (0)