vaibhav90 / gpslogger

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

Clicking notification should display GPSLoggerActivity #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago
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