This repository was archived by the owner on Jul 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
image-editor-ui/app/src/main
java/com/adobe/imageeditorui Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 24
24
android : name =" com.adobe.creativesdk.aviary.internal.cds.CdsProvider"
25
25
android : authorities =" ${applicationId}.CdsProvider"
26
26
android : exported =" false" />
27
-
27
+
28
28
</application >
29
29
30
30
</manifest >
Original file line number Diff line number Diff line change 2
2
3
3
import android .app .Application ;
4
4
5
+ import com .adobe .creativesdk .aviary .IAviaryClientCredentials ;
5
6
import com .adobe .creativesdk .foundation .AdobeCSDKFoundation ;
6
- import com .adobe .creativesdk .foundation .auth .IAdobeAuthClientCredentials ;
7
7
8
8
/**
9
9
* Created by ash on 3/11/16.
10
10
*/
11
- public class MainApplication extends Application implements IAdobeAuthClientCredentials {
11
+ public class MainApplication extends Application implements IAviaryClientCredentials {
12
12
13
13
/* Be sure to fill in the two strings below. */
14
14
private static final String CREATIVE_SDK_CLIENT_ID = Keys .CSDK_CLIENT_ID ;
@@ -29,4 +29,9 @@ public String getClientID() {
29
29
public String getClientSecret () {
30
30
return CREATIVE_SDK_CLIENT_SECRET ;
31
31
}
32
+
33
+ @ Override
34
+ public String getBillingKey () {
35
+ return "" ; // Leave this blank
36
+ }
32
37
}
You can’t perform that action at this time.
0 commit comments