We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1616736 commit 1a8fe42Copy full SHA for 1a8fe42
app/src/main/AndroidManifest.xml
@@ -75,6 +75,14 @@
75
android:windowSoftInputMode="adjustPan"
76
tools:ignore="AllowBackup,LockedOrientationActivity">
77
78
+ <meta-data
79
+ android:name="open_source"
80
+ android:value="true" /> <!-- Set to true to indicate the app is open source -->
81
+
82
83
+ android:name="open_source_license"
84
+ android:value="GNU GENERAL PUBLIC LICENSE Version 3" /> <!-- License of your app -->
85
86
<!--
87
The API key for Google Maps-based APIs is defined as a string resource.
88
(See the file "res/values/google_maps_api.xml").
0 commit comments