/
DevMaster
/
weather-app
Обзор
Документация
Войти
/
DevMaster
/
weather-app
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
android/app/src/debug/AndroidManifest.xml
8 строк
412 B
HubOl01
first commit
25 окт 2022, 23:07
25 окт 2022, 23:07
fe2084f
Код
Авторство
О чём код?
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.weather"> <!-- 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>