Skip to content

Commit 168fced

Browse files
committed
Merge branch 'github/main' into main
2 parents f98c401 + 179706c commit 168fced

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

PlayCoreKtx/features/picture/src/main/AndroidManifest.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
xmlns:dist="http://schemas.android.com/apk/distribution"
2020
package="com.google.android.samples.playcore.picture">
2121
<uses-feature android:name="android.hardware.camera" android:required="true" />
22+
2223
<dist:module
2324
dist:onDemand="true"
2425
dist:title="@string/module_feature_picture">
@@ -28,12 +29,4 @@
2829
</dist:conditions>
2930
</dist:module>
3031

31-
<application>
32-
<activity android:name="com.google.android.samples.dynamicfeatures.ondemand.PictureActivity">
33-
<intent-filter>
34-
<action android:name="android.intent.action.VIEW" />
35-
</intent-filter>
36-
</activity>
37-
</application>
38-
3932
</manifest>

PlayCoreKtx/features/picture/src/main/res/layout/palette.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
xmlns:app="http://schemas.android.com/apk/res-auto"
1919
android:id="@+id/content"
2020
android:layout_width="match_parent"
21-
android:layout_height="match_parent"
22-
tools:context="com.google.android.samples.dynamicfeatures.ondemand.PictureActivity" >
21+
android:layout_height="match_parent">
2322

2423
<TextView
2524
android:id="@+id/title"

0 commit comments

Comments
 (0)