Application installed notification is a reminder

This commit is contained in:
M66B 2016-01-31 09:40:48 +01:00
parent d01297aa21
commit f090b48a84
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public class Receiver extends BroadcastReceiver {
.setContentTitle(context.getString(R.string.app_name))
.setContentText(context.getString(R.string.msg_installed, name))
.setContentIntent(pi)
.setCategory(Notification.CATEGORY_STATUS)
.setCategory(Notification.CATEGORY_REMINDER)
.setVisibility(Notification.VISIBILITY_SECRET)
.setColor(tv.data)
.setAutoCancel(true);