Skip to content

Commit

Permalink
Adding a note on battery optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
vbresan committed Jun 3, 2024
1 parent 2018147 commit f73baf3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {

defaultConfig {
applicationId "biz.binarysolutions.healthybatterycharging"
versionCode 2
versionName "2.0"
versionCode 3
versionName "2.0.1"
minSdkVersion 15 // android 4.0.4
targetSdkVersion 34
}
Expand Down
7 changes: 4 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@
background, even after rebooting your phone. However, on certain
devices, you may need to open the security settings and grant explicit
permission for it to do so.
\n\nAdditionally, some devices terminate all background services when
an app is removed from memory. If this applies to your device, you will
need to \'lock\' the app in memory to prevent this from happening.
\n\nSome devices terminate all background services when an app is
removed from memory. If this applies to your device, you will need to
\'lock\' the app in memory to prevent this from happening. Also make
sure that the app is excluded from battery optimization.
</string>
<string name="MessageNOK">
You are not set up yet! In order for the app to function properly, you
Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2.0.1 (2024.06.03)

* adding a note on battery optimization

0 comments on commit f73baf3

Please sign in to comment.