Skip to content

Commit 4aab698

Browse files
committed
Revert "set category alarm when priority = 2"
This reverts commit dbe1d9f.
1 parent dbe1d9f commit 4aab698

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/android/com/plugin/gcm/GCMIntentService.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ public void createNotification(Context context, Bundle extras)
130130
String priority = extras.getString("priority");
131131
if (priority != null) {
132132
mBuilder.setPriority(Integer.parseInt(priority));
133-
if (priority == "2") {
134-
mBuilder.setCategory("alarm");
135-
}
136133
}
137134

138135
String soundName = extras.getString("sound");

0 commit comments

Comments
 (0)