summaryrefslogtreecommitdiff
path: root/libraries/BluetoothServices/src/com/google/android/tv/btservices/NotificationCenter.java
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/BluetoothServices/src/com/google/android/tv/btservices/NotificationCenter.java')
-rw-r--r--libraries/BluetoothServices/src/com/google/android/tv/btservices/NotificationCenter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/BluetoothServices/src/com/google/android/tv/btservices/NotificationCenter.java b/libraries/BluetoothServices/src/com/google/android/tv/btservices/NotificationCenter.java
index 8fe3e21..adcc215 100644
--- a/libraries/BluetoothServices/src/com/google/android/tv/btservices/NotificationCenter.java
+++ b/libraries/BluetoothServices/src/com/google/android/tv/btservices/NotificationCenter.java
@@ -128,7 +128,7 @@ public class NotificationCenter {
}
private void ensureNotificationChannel(String channelId,
- @NotificationManager.Importance int importance, CharSequence name, String description) {
+ int importance, CharSequence name, String description) {
if (mNotificationManager.getNotificationChannel(channelId) != null) {
return;
}