-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from luisbocanegra/dev
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
app/src/main/assets/overlays/android/type2_Always_On_Display_available/values/config.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- Control whether the always on display mode is available. This should only be enabled on | ||
devices where the display has been tuned to be power efficient in DOZE and/or DOZE_SUSPEND | ||
states. --> | ||
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool> | ||
</resources> |
6 changes: 6 additions & 0 deletions
6
app/src/main/assets/overlays/android/type2_Always_On_Display_enabled/values/config.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- Control whether the always on display mode is enabled by default. This value will be used | ||
during initialization when the setting is still null. --> | ||
<bool name="config_dozeAlwaysOnEnabled">true</bool> | ||
</resources> |