יוצר גיבוי לחנות אפליקציות כשרה

{% if errors %}
{% for error in errors %}

{{ error }}

{% endfor %}
{% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}

{{ message }}

{% endfor %}
{% endif %} {% endwith %}

הגדרות כלליות

ניהול APKs

הוסף APKs

APKs קיימים:

{% if apk_entries %} {% for entry in apk_entries %}

{{ entry.app_name }}

מקור: {{ entry.apk_source }}

שם קובץ: {{ entry.apk_file_name }}

גודל: {{ entry.file_size }}

חבילה: {{ entry.package_name }}

הסר APK
{% endfor %} {% else %}

אין APKs ברשימה

{% endif %}

יצירת גיבוי

לאחר הוספת כל ה-APKs והגדרת הפרמטרים, לחץ על הכפתור כדי ליצור קובץ גיבוי.