1*fa44fe6aSInna Palant<?xml version="1.0" encoding="utf-8"?> 2*fa44fe6aSInna Palant<!-- 3*fa44fe6aSInna Palant ~ Copyright 2021 The Android Open Source Project 4*fa44fe6aSInna Palant ~ 5*fa44fe6aSInna Palant ~ Licensed under the Apache License, Version 2.0 (the "License"); 6*fa44fe6aSInna Palant ~ you may not use this file except in compliance with the License. 7*fa44fe6aSInna Palant ~ You may obtain a copy of the License at 8*fa44fe6aSInna Palant ~ 9*fa44fe6aSInna Palant ~ https://www.apache.org/licenses/LICENSE-2.0 10*fa44fe6aSInna Palant ~ 11*fa44fe6aSInna Palant ~ Unless required by applicable law or agreed to in writing, software 12*fa44fe6aSInna Palant ~ distributed under the License is distributed on an "AS IS" BASIS, 13*fa44fe6aSInna Palant ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14*fa44fe6aSInna Palant ~ See the License for the specific language governing permissions and 15*fa44fe6aSInna Palant ~ limitations under the License. 16*fa44fe6aSInna Palant --> 17*fa44fe6aSInna Palant 18*fa44fe6aSInna Palant<manifest xmlns:android="http://schemas.android.com/apk/res/android"> 19*fa44fe6aSInna Palant 20*fa44fe6aSInna Palant <uses-permission android:name="android.permission.INTERNET"/> 21*fa44fe6aSInna Palant <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> 22*fa44fe6aSInna Palant 23*fa44fe6aSInna Palant <application android:usesCleartextTraffic="true" /> 24*fa44fe6aSInna Palant 25*fa44fe6aSInna Palant</manifest>