fix typo in AndroidManifest.xml
This commit is contained in:
parent
af83c563d8
commit
f3bb103111
|
|
@ -1,7 +1,7 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- flet: permission {% for k, v in cookiecutter.options.android_permissions.items() %} {% if v == True %} -->
|
||||
<uses-permission android:name="{{ k }}" />
|
||||
<!-- flet: enf of permission {% endif %} {% endfor %} -->
|
||||
<!-- flet: end of permission {% endif %} {% endfor %} -->
|
||||
|
||||
<!-- flet: feature {% for k, v in cookiecutter.options.android_features.items() %} -->
|
||||
<uses-feature android:name="{{ k }}" android:required="{% if v == True %}true{% else %}false{% endif %}" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue