altosdroid: don't need keys for Bundles anymore
authorMike Beattie <mike@ethernal.org>
Mon, 27 Aug 2012 07:40:30 +0000 (19:40 +1200)
committerMike Beattie <mike@ethernal.org>
Mon, 27 Aug 2012 07:40:30 +0000 (19:40 +1200)
Signed-off-by: Mike Beattie <mike@ethernal.org>
altosdroid/src/org/altusmetrum/AltosDroid/TelemetryService.java

index 14e41ba0cb5a8aa6d2c4dd2b088f7da77938097e..e9254badc235994e81b905158a8a4b6a0a3d3b2a 100644 (file)
@@ -53,10 +53,6 @@ public class TelemetryService extends Service {
        public static final int STATE_CONNECTING = 2;
        public static final int STATE_CONNECTED  = 3;
 
-       // Key names received from the TelemetryService Handler
-       public static final String KEY_DEVNAME = "key_devname";
-       public static final String KEY_TOAST   = "key_toast";
-
        // Unique Identification Number for the Notification.
        // We use it on Notification start, and to cancel it.
        private int NOTIFICATION = R.string.telemetry_service_label;