V3.6.2 - Fix file permissions issue with Android 10 by using official internal storage folder.

This commit is contained in:
Graham Jones
2020-12-26 11:33:36 +00:00
parent 4587d5b944
commit b783d1ac3f
7 changed files with 10 additions and 11 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -10,8 +10,8 @@
{ {
"type": "SINGLE", "type": "SINGLE",
"filters": [], "filters": [],
"versionCode": 86, "versionCode": 87,
"versionName": "3.6.2d", "versionName": "3.6.2",
"outputFile": "app-release.apk" "outputFile": "app-release.apk"
} }
] ]

View File

@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="uk.org.openseizuredetector" package="uk.org.openseizuredetector"
android:versionCode="86" android:versionCode="87"
android:versionName="3.6.2d"> android:versionName="3.6.2">
<!-- android:allowBackup="false" --> <!-- android:allowBackup="false" -->
<uses-permission android:name="android.permission.BLUETOOTH" /> <uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />

View File

@@ -398,7 +398,7 @@ public class MainActivity extends AppCompatActivity {
if (mUtil.isServerRunning()) { if (mUtil.isServerRunning()) {
tv = (TextView) findViewById(R.id.serverStatusTv); tv = (TextView) findViewById(R.id.serverStatusTv);
if (mConnection.mBound) if (mConnection.mBound)
tv.setText(getString(R.string.ServerRunningOK) +" : " +getString(R.string.DataSource) + " = " + mConnection.mSdServer.mSdDataSourceName); tv.setText(getString(R.string.ServerRunningOK) + getString(R.string.DataSource) + " = " + mConnection.mSdServer.mSdDataSourceName);
tv.setBackgroundColor(okColour); tv.setBackgroundColor(okColour);
tv.setTextColor(okTextColour); tv.setTextColor(okTextColour);
tv = (TextView) findViewById(R.id.serverIpTv); tv = (TextView) findViewById(R.id.serverIpTv);

View File

@@ -2,12 +2,11 @@
<resources> <resources>
<string name="app_name">OpenSeizureDetector</string> <string name="app_name">OpenSeizureDetector</string>
<string name="changelog"> <string name="changelog">
\n V3.6.2 - Fix of issue with log file permissions on some Android 10 devices. "V3.6.2 - Fix of issue with log file permissions on some Android 10 devices and added more translatable strings with polish translation.
\n V3.6.1 - Possible fix for issue with shutting down system and expanded Polish translation to all settings screens. \nV3.6.1 - Possible fix for issue with shutting down system and expanded Polish translation to all settings screens.
\n V3.6 - Added phone sensor data source for testing without a watchs \nV3.6 - Added phone sensor data source for testing without a watches
\n V3.5 - Added support for SMS Annunciator App \nV3.5 - Added support for SMS Annunciator App
\n V3.4 - Added support for BLE Data Source \nV3.4 - Added support for BLE Data Source "</string>
</string>
<string name="UpgradeMsg"> <string name="UpgradeMsg">
OpenSeizureDetector does not collect any personal data. OpenSeizureDetector does not collect any personal data.
This does mean that it is not possible for me to contact users if I find an This does mean that it is not possible for me to contact users if I find an