From 127c46ea97c8eaf6f26bc87756db7e9b54f30c6e Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 9 Dec 2013 16:43:49 +0000 Subject: [PATCH] 2013-08-09 Miguel de Dios * mobile/src/pandroid/agent/Core.java: fixed the copy & paste bug. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9196 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/android/ChangeLog | 4 ++++ pandora_agents/android/mobile/src/pandroid/agent/Core.java | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_agents/android/ChangeLog b/pandora_agents/android/ChangeLog index a18cf454c8..0898ae30be 100644 --- a/pandora_agents/android/ChangeLog +++ b/pandora_agents/android/ChangeLog @@ -1,3 +1,7 @@ +2013-08-09 Miguel de Dios + + * mobile/src/pandroid/agent/Core.java: fixed the copy & paste bug. + 2013-08-09 Miguel de Dios * mobile: moved the all code of android to this folder. diff --git a/pandora_agents/android/mobile/src/pandroid/agent/Core.java b/pandora_agents/android/mobile/src/pandroid/agent/Core.java index 3921aa261c..118af6672b 100644 --- a/pandora_agents/android/mobile/src/pandroid/agent/Core.java +++ b/pandora_agents/android/mobile/src/pandroid/agent/Core.java @@ -132,7 +132,7 @@ public class Core { static volatile public String memoryStatus = defaultMemoryStatus; static volatile public String passwordCheck = defaultPasswordCheck; static volatile public String DeviceUpTimeReport = defaultDeviceUpTimeReport; - static volatile public String InventoryReport = defaultRoamingReport; + static volatile public String InventoryReport = defaultInventoryReport; static volatile public String HelloSignalReport = defaultHelloSignalReport; static volatile public String RoamingReport = defaultRoamingReport; static volatile public String NotificationCheck = defaultNotificationCheck;