From aaf21230a146d02cf9c477a04c2a899a3297bf21 Mon Sep 17 00:00:00 2001 From: lucaslin Date: Mon, 22 Feb 2021 10:37:16 +0800 Subject: [PATCH] Modify the value of intent-filter ACTION_PROMPT_PARTIAL_CONNECTIVITY, ACTION_PROMPT_UNVALIDATED and ACTION_PROMPT_LOST_VALIDATION has exposed and their value also need to be updated due to API lint errors. Bug: 172183305 Test: Check NO_INTERNET notification can be shown. Change-Id: I40dfeec1c25cd549bbe5559e3c3ce21813fbf922 --- AndroidManifest.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cfda9b75e6b..a352de371e8 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -396,12 +396,15 @@ android:exported="true" android:permission="android.permission.NETWORK_STACK" android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"> + - + - +