diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-09-07 19:51:11 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-09-07 19:51:11 -0400 |
| commit | da325b746c78d969668cba04f7cb51e4d891e53f (patch) | |
| tree | ace6fda372e2360bbc1bcbf4240b38e6e0bba93b | |
| parent | dbe7d2d9363c11ef8b16516d04a211b2249000e3 (diff) | |
declare Pixel experience features for Pixel 5a
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index ebdb37a6..621abf10 100644 --- a/static/releases.html +++ b/static/releases.html @@ -451,6 +451,7 @@ <li>rebased onto RQ3A.210905.001 and RD2A.210905.003 releases</li> <li>kernel (Pixel 4a (5G), Pixel 5): use device-specific dtbo.img</li> <li>Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a: update APNs</li> + <li>Pixel 5a: declare Pixel features are available so that apps with Pixel-specific features will use them</li> </ul> </article> --> @@ -700,7 +701,7 @@ <li>kernel (Pixel 4a (5G), Pixel 5): fix upstream module load order issues when modules are built into the kernel</li> <li>kernel (Pixel 4a (5G), Pixel 5): build in every module and disable dynamic kernel module support again to restore finer-grained Control Flow Integrity (CFI) and attack surface reduction</li> <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5): generate a new privacy address when connecting to a network as a temporary partial workaround for the broken upstream privacy address implementation before Linux 5.8 (the privacy address standard itself was flawed and Linux 5.8+ has an implementation of the fixed standard, which we've suggested that Android backport in our upstream report)</li> - <li>Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5: mark devices as Nexus/Pixel phones as used to be done for older devices, so apps with Nexus/Pixel-specific features available without Play services can use them</li> + <li>Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5: declare Pixel features are available so that apps with Pixel-specific features will use them</li> </ul> </article> |
