FscryptSetDirectoryPolicy no longer tries to infer the action from the
filename. Well mostly; it still assumes top-level directories in /data
should be encrypted unless the mkdir arguments say otherwise, but
it warns.
Bug: 26641735
Test: boot, check log messages
Change-Id: Id6d2cea7fb856f17323897d85cf6190c981b443c
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
This reverts commit d9b3dd07a4.
Reason for revert: AB_OTA_PARTITIONS is a BoardConfig variable and not accessible from device makefiles
Change-Id: Iabe5adf0127b3ba01923b25864b09719dec4de94
What does miatoll mean?
Ans: Xiaomi released a good number of devices with SDM720G SoC, they also have same display, dimensions, battery capacity, similar cameras, etc.
POCO M2 Pro (gram)
Redmi Note 9S / Redmi Note 9 Pro IN (curtana)
Redmi Note 9 Pro Global (joyeuse)
Redmi Note 9 Pro Max (excalibur)
Signed-off-by: BladeRunner-A2C <prisoner56898@protonmail.com>
Change-Id: I7a5698542e9edf97387552abddcc564e30e28738
* GMS updater notification should no longer appear
(SystemUpdateGcmTaskService being responsible for it)
* Remove outdated entries
Change-Id: I25f93dc8477a1f8e30a9c9e0280e502fa4ce0971
Opt in to whole-program Java optimizations via R8 for Pixel devices.
This can be explicitly disabled during builds via
`SYSTEMUI_OPTIMIZE_JAVA=false SYSTEM_OPTIMIZE_JAVA=false m`.
Note that this change does introduce changes to stack traces that
may require retracing for fully accurate debugging and diagonstics.
See go/aperf-system-r8-faq for additional details and guidance. Also
note that optimizations are implicitly disabled in ENG builds.
Results:
* SystemUIGoogle.apk (40MB -> 35MB)
* SystemUIGoogle.odex (32MB -> 25MB)
* services.jar (20MB -> 17MB)
Test: m + atest SystemUITests + presubmit + manual testing on Raven
Test: m + atest FrameworksServicesTests + manual testing on Raven
Bug: 203472868
Change-Id: Id3766d8279a5b480e374427f9a5994c9b444640e
- Remove dependencies that we track globally to stay inline with Pixel 7 series
- Update aosp repos to r11
- Add proper stock build fingerprints
Change-Id: I85daca0605cc9f5498ff7854e325ae7761ee1ffb
This reverts commit 8ae9a9b656.
Reason for revert: IMS icons are being random + team decided against it
Change-Id: Ie50dc3a4990de35e55fd92de0dda53fe03ef05a8
This complements unified internet settings, which are enabled by
default, and reduces unnecessary icon clutter in the status bar.
Change-Id: I5a2072621efb03ffb3bda8391bcf468d6d9b5d78
OTA doesn´t use zip split anymore, and the zip naming was way too confusing.
while unofficial said: aospa-topaz-1-phone1-unofficial-20220904.zip
it will now be: aospa-topaz-unofficial-phone1-20220904.zip
Same applies for alphas and betas, which used to be
aospa-topaz-1-phone1-beta-20220904.zip
and now will be
aospa-topaz-beta-1-phone1-20220904.zip
Signed-off-by: Hernán Castañón <herna@paranoidandroid.co>
Change-Id: I32bacbefe409cf11a1c1e8ddff7d93ba07aaa907
- Currently only used for Velvet (Google Search).
- See PropImitationHooks.java in frameworks/base.
Change-Id: I65af2d2a15e12af0e1006db787a24e3fe6c4dc56
- Allows notification dot to work out of the box
Change-Id: I96347ea4ad670f799c670f3da419cf955a507206
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
- AOSPAFrameworks has a higher priority over PixelFrameworks
- will be modified later to add Launcher3 for having notification
dots out of the box
Change-Id: I25218ed533fdc1b2ca9822f1b5a37273c68b1b78
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>