/
magnusroot
/
flutter
Обзор
Документация
Войти
/
magnusroot
/
flutter
Код
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
dev/integration_tests/channels/android/app/src/debug/AndroidManifest.xml
11 строк
543 B
Bartek Pacia
Fix warning in `flutter create`d project ("package attribute is deprecated" in AndroidManifest) (#123426)
29 мар 2023, 07:21
Не верифицирован
29 мар 2023, 07:21
b915f68
Код
Авторство
О чём код?
<!-- Copyright 2014 The Flutter Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <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>