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

Commit af02224

Browse files
committed
Added CDS to AndroidManifest.
1 parent 61e6be5 commit af02224

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

image-editor-ui/app/src/main/AndroidManifest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
<category android:name="android.intent.category.LAUNCHER" />
2020
</intent-filter>
2121
</activity>
22+
23+
<provider
24+
android:name="com.adobe.creativesdk.aviary.internal.cds.CdsProvider"
25+
android:authorities="${applicationId}.CdsProvider"
26+
android:exported="false" />
27+
2228
</application>
2329

2430
</manifest>

0 commit comments

Comments
 (0)