2013-12-11 Miguel de Dios <miguel.dedios@artica.es>
* tablet/AndroidManifest.xml, tablet/src/pandroid/agent/Core.java: fixed the options button and notification icon for tablets. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9210 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
28967b062a
commit
2cd457d1a3
|
@ -1,3 +1,8 @@
|
|||
2013-12-11 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* tablet/AndroidManifest.xml, tablet/src/pandroid/agent/Core.java:
|
||||
fixed the options button and notification icon for tablets.
|
||||
|
||||
2013-12-11 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* tablet/src/pandroid/agent/PandroidAgentListener.java,
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="pandroid.agent"
|
||||
android:versionCode="2002"
|
||||
android:versionCode="2003"
|
||||
android:versionName="3.0" >
|
||||
|
||||
<supports-screens
|
||||
|
@ -36,7 +36,7 @@
|
|||
<uses-feature android:name="android.hardware.sensor.light" />
|
||||
<uses-feature android:name="android.hardware.location" />
|
||||
|
||||
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" />
|
||||
<uses-sdk android:minSdkVersion="8" />
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
|
|
|
@ -313,6 +313,7 @@ public class Core {
|
|||
editor.putString("HelloSignalReport", _HelloSignalReport);
|
||||
editor.putString("password", _password);
|
||||
editor.putString("passwordCheck", _passwordCheck);
|
||||
editor.putString("NotificationCheck", _NotificationCheck);
|
||||
|
||||
editor.putLong("receiveBytes", _receiveBytes);
|
||||
editor.putString("BytesReceivedReport", _BytesReceivedReport);
|
||||
|
|
Loading…
Reference in New Issue