diff options
author | Svet Ganov <svetoslavganov@google.com> | 2020-04-15 15:10:14 -0700 |
---|---|---|
committer | Svet Ganov <svetoslavganov@google.com> | 2020-05-03 09:58:54 -0700 |
commit | 38cd221d8114fb19b37249653df23722ce209454 (patch) | |
tree | 1f0928f3fc3e341d0dad2fbafd4dece8bd8b2e49 /packages/SettingsProvider/src | |
parent | 495fd8e5495e42e78fb003ad18b0148775889909 (diff) |
Updating platform SDK version for R
* Finalize resources
* Update appt/aapt2 constants
* Update R and SDK constants
* Fix a crashloop bug
Test: build + boot
bug:150281259
Change-Id: Ie56e12336cd1fcf347ac7164f6988b0c2da77c7d
Merged-In: Ie56e12336cd1fcf347ac7164f6988b0c2da77c7d
Diffstat (limited to 'packages/SettingsProvider/src')
-rw-r--r-- | packages/SettingsProvider/src/com/android/providers/settings/WifiSoftApConfigChangedNotifier.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/SettingsProvider/src/com/android/providers/settings/WifiSoftApConfigChangedNotifier.java b/packages/SettingsProvider/src/com/android/providers/settings/WifiSoftApConfigChangedNotifier.java index ca841a5cdcd6..5e5a9d9b2ec8 100644 --- a/packages/SettingsProvider/src/com/android/providers/settings/WifiSoftApConfigChangedNotifier.java +++ b/packages/SettingsProvider/src/com/android/providers/settings/WifiSoftApConfigChangedNotifier.java @@ -44,7 +44,8 @@ public class WifiSoftApConfigChangedNotifier { // create channel, or update it if it already exists NotificationChannel channel = new NotificationChannel( SystemNotificationChannels.NETWORK_STATUS, - context.getString(android.R.string.notification_channel_network_status), + context.getString( + com.android.internal.R.string.notification_channel_network_status), NotificationManager.IMPORTANCE_LOW); notificationManager.createNotificationChannel(channel); |