chandys / proxoid

Automatically exported from code.google.com/p/proxoid
0 stars 0 forks source link

Notification should have FLAG_ONGOING_EVENT #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch Proxoid

What is the expected output? What do you see instead?

Expected to see Proxoid under Ongoing events not Notifications

Solution

Change line 116 of ProxoidService.java from

notification.flags |= Notification.FLAG_NO_CLEAR;

to

notification.flags |= Notification.FLAG_ONGOING_EVENT;

Original issue reported on code.google.com by oldgoo...@dalejefferson.com on 17 Oct 2009 at 2:46

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Working on it.

Original comment by RedBMas...@gmail.com on 10 Feb 2010 at 3:57

GoogleCodeExporter commented 9 years ago
fixed, emailed owner to have the downloads updated along with the market app. 
Thanks.

Original comment by RedBMas...@gmail.com on 10 Feb 2010 at 5:20