Skip to content

Commit

Permalink
Merge pull request #32 from ponces/android-14.0
Browse files Browse the repository at this point in the history
feat: sync with latest sources of TrebleDroid
  • Loading branch information
Archfx authored Jul 21, 2024
2 parents 36c7b96 + e93bbd0 commit ffb3dd9
Show file tree
Hide file tree
Showing 54 changed files with 146 additions and 53 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 3e59ead9ac716dcdea0b9c0a9d7c966bca637de2 Mon Sep 17 00:00:00 2001
From: Andy CrossGate Yan <[email protected]>
Date: Thu, 5 Apr 2018 10:01:19 +0800
Subject: [PATCH 01/53] Disable vendor mismatch warning
Subject: [PATCH 01/54] Disable vendor mismatch warning

Change-Id: Ieb8fe91e2f02462f074312ed0f4885d183e9780b
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From ae164a473cb945a0e09828136c722048c44e87c9 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Tue, 5 Oct 2021 17:59:16 -0400
Subject: [PATCH 02/53] Fallback to stupid autobrightness if brightness values
Subject: [PATCH 02/54] Fallback to stupid autobrightness if brightness values
are broken

This is needed because of:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From a8ffcda0fc86e2021a2e04a36ffab6f6c87fa80c Mon Sep 17 00:00:00 2001
From: Raphael Mounier <[email protected]>
Date: Sat, 6 Aug 2022 18:08:36 +0200
Subject: [PATCH 03/53] Fix env empty string - ANDROID_STORAGE
Subject: [PATCH 03/54] Fix env empty string - ANDROID_STORAGE

Huawei hi6250 define in init.hi6250.rc ANDROID_STORAGE to "", so check empty string and replace with default path. Apply change for all env directory
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 2278dbb63df4a8c6db8124689e647d0273a32d1e Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Tue, 28 Nov 2017 18:28:04 +0100
Subject: [PATCH 04/53] Relax requirement for visible flag to sdcards
Subject: [PATCH 04/54] Relax requirement for visible flag to sdcards

The vast majority of sdcard readers are stable enough to be declared by
the API. (I see no counter-example)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 269a11d58455c9cf084af39046dd81c9d03de36b Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Thu, 17 May 2018 20:28:35 +0200
Subject: [PATCH 05/53] Don't crash if there is IR HAL is not declared
Subject: [PATCH 05/54] Don't crash if there is IR HAL is not declared

Change-Id: I3afded27441bbee8244d5fda544b3e6d1238dc1b
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From f13ab9cf0dd4846bffd85f894cbccd410b186004 Mon Sep 17 00:00:00 2001
From: Peter Cai <[email protected]>
Date: Wed, 1 Jun 2022 16:56:20 -0400
Subject: [PATCH 06/53] Implement a persistent property to override the default
Subject: [PATCH 06/54] Implement a persistent property to override the default
primary camera (0)

Change-Id: I49b45d00bf71d7932591b3516d49a680e1b6568b
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 7901ab8cd9a6abb8630db412bc422b248891d46c Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Mon, 6 Aug 2018 12:49:00 +0200
Subject: [PATCH 07/53] Show APN Settings for CDMA carriers
Subject: [PATCH 07/54] Show APN Settings for CDMA carriers

---
telephony/java/android/telephony/CarrierConfigManager.java | 2 +-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From fac85e674d35e50ac18cd1cfdc185dd519d78765 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Thu, 8 Nov 2018 23:04:03 +0100
Subject: [PATCH 08/53] Re-order services so that it works even without qtaguid
Subject: [PATCH 08/54] Re-order services so that it works even without qtaguid

Change-Id: I0c0f527b3ae151d45c68f7ac6c205da3f34e74df
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 2b6a99ed21c92e71160931854f5a45e2360fa43a Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Sun, 24 Mar 2019 23:05:14 +0100
Subject: [PATCH 09/53] Support samsung Pie and Q light hal
Subject: [PATCH 09/54] Support samsung Pie and Q light hal

Change-Id: I01f94acd7d0672733e48854d80368f9ac6f861c6
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 24910d2e595a9adb70f3db6749b010705ce0bf67 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Mon, 12 Aug 2019 23:08:26 +0200
Subject: [PATCH 10/53] Add support for samsung touch, physical and hover
Subject: [PATCH 10/54] Add support for samsung touch, physical and hover
proximity sensor as fallback to real proximity sensor

Change-Id: I7a0f8b4665c802140d19197d850b77b2a7ac1865
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 60bcaa3b31176f2736e3805d419b4484f9ae27a8 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Sun, 5 Apr 2020 16:32:46 +0200
Subject: [PATCH 11/53] Always allow overriding the number of work profiles
Subject: [PATCH 11/54] Always allow overriding the number of work profiles

Change-Id: I6eb09aa71663c6fbe7563e3038bffcabdba0ff6a
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 949f4d77bff2d37774594583c233531f812d1efa Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Sat, 6 Jun 2020 18:21:56 +0200
Subject: [PATCH 12/53] HOME deserves to wake-up devices just as well as back
Subject: [PATCH 12/54] HOME deserves to wake-up devices just as well as back
and menu

Change-Id: Ia562bafd8c620d00c17e8eb338e4701c6c4a3c3a
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From ff62e80acf055fa985ec07702b096794b1da97cb Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Tue, 29 Sep 2020 22:39:47 +0200
Subject: [PATCH 13/53] Some devices have proximity sensor reporting NaN as max
Subject: [PATCH 13/54] Some devices have proximity sensor reporting NaN as max
range for some reason. Make them behave standard way by setting 5 cm

Change-Id: I3c39e3e914a05903c140235702e0480d2d58a612
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From e59e6b83921f4094f154fb721c75b86cf863d471 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Tue, 29 Sep 2020 22:40:10 +0200
Subject: [PATCH 14/53] Fix brightness range not being complete on Samsung
Subject: [PATCH 14/54] Fix brightness range not being complete on Samsung
devices

On some devices, minimum brightness is 0, which totally messes with
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From ede905dd269c33c4dfba408b51f910b98aba118c Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Sun, 25 Oct 2020 23:57:26 +0100
Subject: [PATCH 15/53] Re-implement fnmatch-like behaviour for RRO java-side
Subject: [PATCH 15/54] Re-implement fnmatch-like behaviour for RRO java-side

T: Also apply to FrameworkParsingPackageUtils (@PeterCxy)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 53329e4771498cbaf560e1aefdcab0232b4ebfe7 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Fri, 11 Dec 2020 14:41:09 +0100
Subject: [PATCH 16/53] Remove useless notification about "console" service
Subject: [PATCH 16/54] Remove useless notification about "console" service
being running

---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From d8cea8e858b9e42ee3a53bc1fb8a06b78727e67c Mon Sep 17 00:00:00 2001
From: Peter Cai <[email protected]>
Date: Wed, 16 Dec 2020 21:24:12 +0800
Subject: [PATCH 17/53] Revert "Remove unused SystemProperties.set"
Subject: [PATCH 17/54] Revert "Remove unused SystemProperties.set"

This reverts commit debb4616ef67f9ed5054eca51ec58592358ff55f.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 889de7902ffd8664328d3bf01c1d00c22f68e1d9 Mon Sep 17 00:00:00 2001
From: Peter Cai <[email protected]>
Date: Wed, 16 Dec 2020 13:46:15 +0800
Subject: [PATCH 18/53] TelephonyManager: bring back getNetworkClass()
Subject: [PATCH 18/54] TelephonyManager: bring back getNetworkClass()

This partially reverts commit c058cac051ab083dc7fb7ea6aa85699110b2e9bf.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 5532c13ae6f101786c3271126d8cdf7240fd72a9 Mon Sep 17 00:00:00 2001
From: Peter Cai <[email protected]>
Date: Wed, 16 Dec 2020 21:26:45 +0800
Subject: [PATCH 19/53] TelephonyManager: add API annotations for
Subject: [PATCH 19/54] TelephonyManager: add API annotations for
setTelephonyProperty

* This method was added back by reverting commit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From f8292e49e51fdd6540b15454beb259945f8e49f2 Mon Sep 17 00:00:00 2001
From: Alberto Ponces <[email protected]>
Date: Tue, 2 Feb 2021 10:20:51 +0000
Subject: [PATCH 20/53] Fix Wakelock issue
Subject: [PATCH 20/54] Fix Wakelock issue

Prevent SystemUI crash due to "WakeLock under-locked Doze" (issue #12) by only releasing a wakelock that was not already released
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From bd0c7445a8e30b1834f167e8fb6844c5eaedf2dc Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Sat, 20 Mar 2021 14:31:01 +0100
Subject: [PATCH 21/53] Automatically detect pick up sensor, so that an overlay
Subject: [PATCH 21/54] Automatically detect pick up sensor, so that an overlay
is required for the sole purpose of enabling pulse doze on pick up sensor

---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From b0bc2cfb2167e78ec75d570050352bc50b30fa1b Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Tue, 23 Mar 2021 19:43:26 +0100
Subject: [PATCH 22/53] Catch broken mainBuiltInDisplayCutoutRectApproximation
Subject: [PATCH 22/54] Catch broken mainBuiltInDisplayCutoutRectApproximation

Some devices (Redmi Note 9T) have:
mainBuiltInDisplayCutoutRectApproximation = @android:mainBuiltInDisplayCutout
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From f6529956526ad8bff7e3309f9d987f67bd5af829 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Sat, 24 Mar 2018 08:01:48 +0100
Subject: [PATCH 23/53] backlight: Fix backlight control on Galaxy S9(+)
Subject: [PATCH 23/54] backlight: Fix backlight control on Galaxy S9(+)

Change-Id: I1fbbb47939c377597ef8ad6b88b2acea5f4acaa6

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 85e659c511cd04c9c38d4dd8ef31a2aa754d69cc Mon Sep 17 00:00:00 2001
From: Andy CrossGate Yan <[email protected]>
Date: Sat, 4 Sep 2021 08:26:30 +0000
Subject: [PATCH 24/53] Revert "Switch long-press power behavior in AOSP."
Subject: [PATCH 24/54] Revert "Switch long-press power behavior in AOSP."

This reverts commit 803c77a0a24624111944832098c6f65158051dc4.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 2a1ee059c06724737018301410ced6844e011b16 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Sat, 2 Apr 2022 18:04:01 -0400
Subject: [PATCH 25/53] Allow disabling of fingerprint cleanups, needed on some
Subject: [PATCH 25/54] Allow disabling of fingerprint cleanups, needed on some
Realme devices that cant enumerate

---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From c531613aa6ff8e21d3ff56f81d802502cc6973fa Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Mon, 20 Dec 2021 15:01:41 -0500
Subject: [PATCH 26/53] Dynamically resize boot animation to match screen size
Subject: [PATCH 26/54] Dynamically resize boot animation to match screen size

Change-Id: I54e49fc6b8c670103852e212d1416e27ff976205
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 3503adeb4c3fa88555de054f8837c403325f2a03 Mon Sep 17 00:00:00 2001
From: Andy CrossGate Yan <[email protected]>
Date: Sat, 15 Oct 2022 09:33:56 +0000
Subject: [PATCH 27/53] Revert "Remove more FDE methods from StorageManager"
Subject: [PATCH 27/54] Revert "Remove more FDE methods from StorageManager"

This reverts commit bd13f84152449a3ead6fa8604fd31f48c0224676.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 780b1cd591b16004fcac81cb45917ccca2179992 Mon Sep 17 00:00:00 2001
From: Arne Coucheron <[email protected]>
Date: Thu, 5 Nov 2020 05:38:44 +0100
Subject: [PATCH 28/53] SystemUI: Use AVCProfileMain for screen recorder
Subject: [PATCH 28/54] SystemUI: Use AVCProfileMain for screen recorder

Some devices don't support the High profile very well.
Use Main profile, which is more compatible, so they
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 88211b27bc92eef04735e42c564e585929ac85bf Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Sat, 3 Dec 2022 17:13:24 -0500
Subject: [PATCH 29/53] Set old fingerprint sensors to security "strong"
Subject: [PATCH 29/54] Set old fingerprint sensors to security "strong"

This allows removing config_biometric_sensors from overlays, which led
to Pixels not booting, because they are using AIDL biometric sensor, and
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 844e4f92f7324a5aa5988669e84cbe92ab4fcf27 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Wed, 14 Dec 2022 17:21:00 -0500
Subject: [PATCH 30/53] Call Samsung's ISehSysInputDev to report screen state
Subject: [PATCH 30/54] Call Samsung's ISehSysInputDev to report screen state
to touchscreen driver

This fixes touchscreen not waking up on Galaxy F23
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From dff98e9216531c4c1de3ae8f2288ffa321f362c6 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Fri, 2 Jun 2023 19:19:31 -0400
Subject: [PATCH 31/53] Try catch around constrainNitsAndBacklightArrays, and
Subject: [PATCH 31/54] Try catch around constrainNitsAndBacklightArrays, and
falls back to dumb curve. It crashes on Xperia 1 IV.

---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From b3ac1c493a2487279951cbdc32a8ab6c8f673817 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Sat, 17 Jun 2023 08:31:55 -0400
Subject: [PATCH 32/53] Add Mediatek power hints on touch
Subject: [PATCH 32/54] Add Mediatek power hints on touch

Mediatek has multiple HALs (which existed concurrently), so it is a bit
of a mess.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 92b561fb992fddd46bc7985e97c4bd7c229532e3 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Wed, 5 Jul 2023 10:50:36 -0400
Subject: [PATCH 33/53] Detect Moto dynamic hardware feature
Subject: [PATCH 33/54] Detect Moto dynamic hardware feature

Moto added a custom node in sysconfig XMLs:
<unavailable-feature-conditional />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 8b0966fc71e8e329c6f2808e4cbab8e9fe7571d6 Mon Sep 17 00:00:00 2001
From: Andy CrossGate Yan <[email protected]>
Date: Wed, 2 Aug 2023 20:59:53 +0800
Subject: [PATCH 34/53] Restore getSimStateForSlotIndex in SubscriptionManager
Subject: [PATCH 34/54] Restore getSimStateForSlotIndex in SubscriptionManager

MTK IMS still needs it here

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 4f23f2917496b0683fac7275c9a5498b33589259 Mon Sep 17 00:00:00 2001
From: Andy CrossGate Yan <[email protected]>
Date: Sat, 12 Aug 2023 20:11:17 +0800
Subject: [PATCH 35/53] Add runWithCleanCallingIdentity variant with both
Subject: [PATCH 35/54] Add runWithCleanCallingIdentity variant with both
executor and return value

This complements the fixup to ImsPhoneCallTracker (in fw/o/t) for U
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 481b4ac7fd1b06521eaf6984109221a16d05d664 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Fri, 6 Oct 2023 10:57:13 -0400
Subject: [PATCH 36/53] Catch NPE in SystemUI
Subject: [PATCH 36/54] Catch NPE in SystemUI

No idea why it triggers, but it crashes SystemUI on boot for my TV
device
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 80360e077d4cf9146f14ac39ef45338f3d9987af Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Mon, 27 Dec 2021 17:57:11 -0500
Subject: [PATCH 37/53] Once we integrate Samsung Power hal in libpowermanager,
Subject: [PATCH 37/54] Once we integrate Samsung Power hal in libpowermanager,
libpowermanager and its deps require linking against
[email protected]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From c5a1a3601c678df1c4c9db3d2829b5004129ba60 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Sun, 18 Dec 2022 18:20:40 -0500
Subject: [PATCH 38/53] FOD support for Asus, Samsung recent Xiaomi and
Subject: [PATCH 38/54] FOD support for Asus, Samsung recent Xiaomi and
RedMagic 8 devices

Thanks Asus for providing a free device to make this support
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 34e366e41f1a97a5a144db58b026717821e7d159 Mon Sep 17 00:00:00 2001
From: ChonDoit <[email protected]>
Date: Thu, 24 Aug 2023 15:58:15 -0300
Subject: [PATCH 39/53] Fix brightness slider curve for some devices
Subject: [PATCH 39/54] Fix brightness slider curve for some devices

Some devices report max brightness as 2047 or 4095
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From e0c3befcbeb119f1ce73b68a49b667a5fc6ee659 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Wed, 18 Oct 2023 16:53:40 -0400
Subject: [PATCH 40/53] Ignore cgroup creation errors
Subject: [PATCH 40/54] Ignore cgroup creation errors

For old kernels who don't have those modern cgroups
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From b7aa66232d322c3d2decb95f58a783e1b16bf785 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Wed, 18 Oct 2023 16:57:34 -0400
Subject: [PATCH 41/53] Samsung tablets use SW_MACHINE_COVER rather than SW_LID
Subject: [PATCH 41/54] Samsung tablets use SW_MACHINE_COVER rather than SW_LID

So check whether SW_MACHINE_COVER is declared, then use it
Otherwise stick to SW_LID
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 551ad309dd7cd2ec1ea29f542a65d8345580506c Mon Sep 17 00:00:00 2001
From: Alberto Ponces <[email protected]>
Date: Fri, 20 Oct 2023 09:26:19 +0000
Subject: [PATCH 42/53] Revert "Removed IWLAN legacy mode support"
Subject: [PATCH 42/54] Revert "Removed IWLAN legacy mode support"

This reverts commit 2832dee607ab33eee688abea206f4adfcfc896f1.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 82bdbc47d1b956faf669c33232851a04071fe8f2 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Mon, 30 Oct 2023 19:25:27 -0400
Subject: [PATCH 43/53] Add a prop to use linear backlight control
Subject: [PATCH 43/54] Add a prop to use linear backlight control

---
.../settings/brightness/BrightnessController.java | 10 ++++++++--
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From e89c32558546172d6280cf70b93508491ffbfd00 Mon Sep 17 00:00:00 2001
From: Pierre-Hugues Husson <[email protected]>
Date: Sun, 10 Dec 2023 18:04:49 -0500
Subject: [PATCH 44/53] Add support for Samsung full brightness on their AIDL
Subject: [PATCH 44/54] Add support for Samsung full brightness on their AIDL
HAL

---
Expand Down
Loading

0 comments on commit ffb3dd9

Please sign in to comment.