Skip to content

Commit

Permalink
adaptivecharging and gcam(6GB or more RAM)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush5harma authored Jan 5, 2021
1 parent 6a62f07 commit 6a84bf3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions system/etc/sysconfig/GoogleCamera_6gb_or_more_ram.xml
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>
8 changes: 8 additions & 0 deletions system/etc/sysconfig/adaptivecharging.xml
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>

0 comments on commit 6a84bf3

Please sign in to comment.