-
Notifications
You must be signed in to change notification settings - Fork 977
Notes for Android 10.x
Ilya Danilkin edited this page Aug 16, 2020
·
19 revisions
Initial PR: #773.
While making this release, Google has made a lot of changes which affected the development:
- Google has removed the
Trusted Facefeature for security reasons (see this post). We've removed the corresponding code for theFaceDetectandFaceUnlockfor all platforms. - Now we have
/system_rootin recovery as the main mountpoint instead of/system, so we had to adapt mounting scripts to properly detect that. -
Pixel Launchernow requires a system setting to be allowed as the main homescreen app, so in order for it to work, we also had to include an overlay to set it as the default launcher app. Same applies to theDigital Wellbeing,Actions ServicesandDialerapps have their own overlays now as well. -
Pixel Launchernow requiresActions Servicessince it's using it now as the provider for the user app recommendations. -
Webviewimplementation changed again in Q - see this article. Because of this, now we additionally ship theTrichromeLibrarywhich has to match the versions of theChromeandWebviewapps. For now this is ARM and ARM64-only, but once we find an implementation for this for x86 and x86_64 packages, this will be added there as well.
Apart from that, there are still a few bugs: fixed now
Photosapp crashingUsingPixel Launcherwith Q gesture system will result in FCVoice setup doesn't work for some during the initial setup process