-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adaptivecharging and gcam(6GB or more RAM)
- Loading branch information
1 parent
6a62f07
commit 6a84bf3
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
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,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<!-- These are GoogleCamera specific configurations for Google's Pixel | ||
devices with 6GB or more of RAM. --> | ||
<config> | ||
|
||
<!-- Allow GoogleCamera app in power save (background service to keep Camera | ||
process alive). --> | ||
<allow-in-power-save package="com.google.android.GoogleCamera" /> | ||
</config> |
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,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<!-- These are configurations that should exist on devices that support Adaptive Charging --> | ||
<config> | ||
<!-- This feature is meant to be the feature identifying devices that support | ||
Adaptive Charging --> | ||
<feature name="com.google.android.feature.ADAPTIVE_CHARGING" /> | ||
</config> |