Merge "Enable cleartext for captive portal apps" into pi-dev am: c88ca67bb3
am: 617f6159db
Change-Id: I742bf6be74a9e6953d0a779bdab0c25cf32aa740
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user