2013-08-09 Miguel de Dios <miguel.dedios@artica.es>
* 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
This commit is contained in:
parent
7021d8b1e0
commit
7f24dc486d
|
@ -1,3 +1,7 @@
|
|||
2013-08-09 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* mobile/src/pandroid/agent/Core.java: fixed the copy & paste bug.
|
||||
|
||||
2013-08-09 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* mobile: moved the all code of android to this folder.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue