/
Ru5Kasper
/
Trackly
Обзор
Документация
Войти
/
Ru5Kasper
/
Trackly
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
frontend/android/app/src/debug/AndroidManifest.xml
8 строк
434 B
d4nyzz
feat: first part connection to backend
24 мар 2026, 17:09
24 мар 2026, 17:09
f4c52ad
Код
Авторство
О чём код?
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <!-- The INTERNET permission is required for development. Specifically, the Flutter tool needs it to communicate with the running application to allow setting breakpoints, to provide hot reload, etc. --> <uses-permission android:name="android.permission.INTERNET"/> <application android:usesCleartextTraffic="true" /> </manifest>