We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af83c56 commit f3bb103Copy full SHA for f3bb103
{{cookiecutter.out_dir}}/android/app/src/main/AndroidManifest.xml
@@ -1,7 +1,7 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2
<!-- flet: permission {% for k, v in cookiecutter.options.android_permissions.items() %} {% if v == True %} -->
3
<uses-permission android:name="{{ k }}" />
4
- <!-- flet: enf of permission {% endif %} {% endfor %} -->
+ <!-- flet: end of permission {% endif %} {% endfor %} -->
5
6
<!-- flet: feature {% for k, v in cookiecutter.options.android_features.items() %} -->
7
<uses-feature android:name="{{ k }}" android:required="{% if v == True %}true{% else %}false{% endif %}" />
0 commit comments