Created
November 10, 2020 11:49
-
-
Save keyboardsurfer/20b14eb2b9ef265d9f0594ea6c58be88 to your computer and use it in GitHub Desktop.
Install time configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copyright 2020 Google LLC. | |
SPDX-License-Identifier: Apache-2.0 */ | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:dist="http://schemas.android.com/apk/distribution" | |
package="com.google.android.samples.playcore.picture"> | |
<uses-feature android:name="android.hardware.camera" android:required="true" /> | |
<dist:module dist:title="@string/module_feature_picture"> | |
<dist:fusing dist:include="true" /> | |
<dist:delivery> | |
<dist:install-time /> | |
</dist:delivery> | |
</dist:module> | |
</manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment