Skip to content

Instantly share code, notes, and snippets.

@keyboardsurfer
Created November 10, 2020 11:49
Show Gist options
  • Save keyboardsurfer/20b14eb2b9ef265d9f0594ea6c58be88 to your computer and use it in GitHub Desktop.
Save keyboardsurfer/20b14eb2b9ef265d9f0594ea6c58be88 to your computer and use it in GitHub Desktop.
Install time configuration
/* 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