Skip to content
Snippets Groups Projects
Commit 37686b9e authored by Kumar Anand's avatar Kumar Anand
Browse files

Wifi: Notification id for sim required

Framework needs to launch a notification when
wifi is disconnected due to SIM removal

Bug: 147113247
Test: atest FrameworksWifiTests
Change-Id: I4901eda93ec46e577a8d947736b9f6a7b2f70f68
parent 4b5b834e
No related branches found
No related tags found
No related merge requests found
......@@ -248,6 +248,10 @@ message SystemMessage {
// Package: android
NOTE_LOCATION_CHANGED = 59;
// Notify user that a SIM is required to connect to Wifi network
// Package: android
NOTE_ID_WIFI_SIM_REQUIRED = 60;
// ADD_NEW_IDS_ABOVE_THIS_LINE
// Legacy IDs with arbitrary values appear below
// Legacy IDs existed as stable non-conflicting constants prior to the O release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment