mdeanda / gpslogger

Automatically exported from code.google.com/p/gpslogger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clicking notification should display GPSLoggerActivity

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Click the Start button in GPSLogger.
2. Click the phones Home button to display the desktop.
3. Click and drag open the notification area in the left corner.
4. Click on the GPSLoggerService

What is the expected output? What do you see instead?
The GPSLoggerActivity should be displayed but instead nothing happens.

What version of the product are you using? On what operating system?
Latest revision from SVN in emulator and Google Dev Phone 1.

The problem can be solved by changing one line in GPSLoggerService.java to
instead pass the GPSLoggerActivity class (see attached patch).

Original issue reported on code.google.com by markuski...@gmail.com on 7 Apr 2009 at 10:43

Attachments:

I think Mark is right. Let me try it and if it works, I will make changes.

Original comment by yepang...@gmail.com on 5 May 2013 at 4:03

  • Changed state: Accepted