Information about "{{ app.title | safe }}"

{% if app.developer %} {% endif %} {% if app.website %} {% endif %} {% for k, v in info.items() %} {% endfor %}
AppId{{ app.appId }}
Developer {{ app.developer }}
Website {{ app.website }}
{{ k }} {{ v }}

The app used {{ app.permissions| length }} app permissions recently:


{% if device=="android" %} Google Play Store {% endif %} {% if device=="ios" %} Apple App Store {% endif %} Description of the app

{{ app.summary|safe }} {{ app.descriptionHTML|safe }}
{% if device=="android" %}

Recently used permissions

(Here, mode=allow only means the permission is requested, not necessarily granted.)

{{ app.non_hf_permissions_html | safe }}
{% endif %}