Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 617f6159 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Enable cleartext for captive portal apps" into pi-dev

am: c88ca67b

Change-Id: Ie38d6ce6f54336db2f4672746dc7385e0a7979fb
parents f0e1e01c c88ca67b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.CONNECTIVITY_INTERNAL" />

    <application android:label="@string/app_name" >
    <application android:label="@string/app_name"
                 android:usesCleartextTraffic="true">
        <activity
            android:name="com.android.captiveportallogin.CaptivePortalLoginActivity"
            android:label="@string/action_bar_label"
+2 −1
Original line number Diff line number Diff line
@@ -29,7 +29,8 @@

    <application
        android:label="@string/app_name"
        android:directBootAware="true">
        android:directBootAware="true"
        android:usesCleartextTraffic="true">
        <receiver android:name="com.android.carrierdefaultapp.CarrierDefaultBroadcastReceiver">
            <intent-filter>
                <action android:name="com.android.internal.telephony.CARRIER_SIGNAL_REDIRECTED" />