altosdroid: remove TelemetryService activities
[fw/altos] / altosdroid / src / org / altusmetrum / AltosDroid / TelemetryService.java
index a1c5fede10b668c395ebd1d90e6c46418432c02f..95b655c2f7d9bfaeca1ea59ef4d551659fe4b1a3 100644 (file)
@@ -67,7 +67,7 @@ public class TelemetryService extends Service {
 
                // The PendingIntent to launch our activity if the user selects this notification
                PendingIntent contentIntent = PendingIntent.getActivity(this, 0,
-                new Intent(this, TelemetryServiceActivities.Controller.class), 0);
+                               new Intent(this, AltosDroid.class), 0);
 
                // Set the info for the views that show in the notification panel.
                notification.setLatestEventInfo(this, getText(R.string.telemetry_service_label), text, contentIntent);