/
AndreyLobanov
/
selfblock3.0
Обзор
Документация
Войти
/
AndreyLobanov
/
selfblock3.0
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
android/app/src/debug/AndroidManifest.xml
7 строк
378 B
Андрей Лобанов
Initial commit: create Flutter project
02 мар 2026, 11:23
02 мар 2026, 11:23
24f40da
Код
Авторство
О чём код?
<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"/> </manifest>