Skip to content

Commit

Permalink
Merge pull request #1072 from mstevetodd/master
Browse files Browse the repository at this point in the history
Remove use of Settings.Secure.ANDROID_ID
  • Loading branch information
mstevetodd authored Feb 21, 2024
2 parents 11f699c + e3ec669 commit 9cb91b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EngineDriver/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="jmri.enginedriver"
android:versionCode="176"
android:versionName="2.36.176" android:installLocation="auto">
android:versionCode="177"
android:versionName="2.36.177" android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"
tools:ignore="ScopedStorage" />
Expand Down
1 change: 1 addition & 0 deletions EngineDriver/src/main/assets/about_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ <h1>Engine Driver Throttle for Android</h1>
<li>Removal of some of the deprecated code</li>
<li>Restructure of the source file locations into sub folders</li>
<li>Significant reduction in the amount of lint</li>
<li>Remove use of Settings.Secure.ANDROID_ID</li>

</ul>
<p><em><a
Expand Down
1 change: 1 addition & 0 deletions changelog-and-todo-list.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**Version 2.36.176
* Remove use of Settings.Secure.ANDROID_ID
**Version 2.36.174
* remove check for legacy files
* Permission changes to support API level 33
Expand Down

0 comments on commit 9cb91b4

Please sign in to comment.