Mishaal Rahman Profile picture
Feb 10, 2022 33 tweets 14 min read Read on X
Here's what's new in Android 13 Developer Preview 1

(thread)
There are Quick Setting tiles for toggling one-handed mode and color correction
A Quick Setting tile to launch a QR code scanner is here. It's grayed out by default, but you can enable it w/

'cmd device_config put systemui default_qr_code_scanner {component}'

where {component} is the component of a QR code scanner activity (can be anything really)
The taskbar on large screen devices can now show up to 6 icons compared to 5 on 12L.
The media output picker UI has been redesigned. The volume slider for each connected device is larger and prettier.
It seems Themed App Icons aren't yet enabled in DP1. I added a monochromatic icon to a test app and <monochrome android:drawable="@drawable/ic_test_mono" /> in ic_launcher.xml, but the icon isn't themed.

The Launcher3 feature flag/boolean pref are likely not set to true yet.
This build is quite old, by the way. If it seems like there aren't many new features in Android 13, it's because the Developer Preview 1 build is way behind the current internal code.
New foreground service manager w/ a Quick Setting tile. Tapping it opens a dialog that shows the currently running apps.

This is disabled by default in 13 DP1.
When creating a guest user, you can choose which apps to install to that profile.
The Android Resource Economy (TARE) has been added to Developer Options. TARE manages how apps queue tasks by delegating "credits" to apps that they can "spend" on queuing tasks.
Seems runtime permissions for notifications is here, even if Google didn't announce it. The new android.permission.POST_NOTIFICATIONS permission has a protection level of 'dangerous'. It's pre-granted to certain apps and will only be enforced on apps targeting the new API level.
Under Settings > System > Gestures > System navigation, a new submenu has been added for the 3-button navigation that lets you disable "hold Home to invoke assistant".
Privacy dashboard is testing a new "show 7 days" mode that lets you see which apps have accessed "dangerous"/runtime permissions in the last 7 days as opposed to the last 24 hours. This is not enabled by default.
Android 13 adds a smart idle maintenance service, which intelligently determines when to trigger filesystem defragmentation without hurting the lifetime of the UFS storage chip.

'sm idle-maint [run|abort]]

AOSP commits: android-review.googlesource.com/q/topic:smart-…
Going to publish my deep dive now on @Esperdev with all the surface-level stuff I've found. Will continue to dig around to see what Google added but hasn't enabled.
Setting your phone to silent will also disable all haptics - even ones for gesture nav. Already heard a few complaints about this change.
The split screen button in PiP windows is here, but I suspect that's because this build was built before the code change that disabled this feature by default was merged. So it's possible it'll be disabled by default in future previews, and only enabled on large screen devices.
For some reason, per-app language preferences - one of the features Google announced in the Android 13 DP1 blog post - isn't enabled by default. However, it is there.
Android 12L Beta 3 introduced the 6x5 app grid size for large screen devices, but it seems that in Android 13, this is the *only* grid size available on large screen devices.
AppSearch experimental flags has added "Google Suggest" as an option. Haven't investigated what it's supposed to do yet.

Android 13 has a hidden "clipboard auto clear" feature. This feature clears the primary clipboard item after a set amount of time. Yes, Gboard does this, but this feature works with all input methods. You can learn more about it here: blog.esper.io/android-13-dee…
This is disabled by default, but Android 13 can show the user profile switcher on the lock screen keyguard (ie. the place where you enter your PIN/password/pattern). Probably intended for large screen devices.

For details/screenshots, click the link!

blog.esper.io/android-13-dee…
Lock screen rotation is now enabled by default (finally), but the lock screen will only rotate on large screen devices.

blog.esper.io/android-13-dee…
The UI demo for the Media Tap To Transfer feature reported by @AndroidPolice is present in Android 13 DP1. However, there are still few hints about how it'll actually work.

For details and screenshots, click the link: blog.esper.io/android-13-dee…
Last post for tonight. Google is testing a redesign of the media player UI. It doesn't seem finished yet as there's no album art, but it hints at what's coming.

Details and screenshots: blog.esper.io/android-13-dee…

Thanks to @kdrag0n for his help w/ this and the previous feature!
I have a couple of more things I found that I plan to talk about tomorrow, so keep an eye out on this thread + the @Esperdev blog!
I'm back with more! Today, I've added two new sections to my deep dive that cover the BIG changes that Google is preparing to make to the tablet experience in Android 13.
The first one is hub mode, also called communal mode. This feature is intended to let users share apps between profiles on a common surface, which could be a revamped screen saver (!)

blog.esper.io/android-13-dee…
The second one is, as I've just alluded to, a screen saver revamp. Google is preparing to introduce "complications" (think watches/Wear OS) to screen savers. Couple this w/ the dock-related changes, and it's clear that hub tablets are getting some love!

blog.esper.io/android-13-dee…
There may be app widget integration w/ complications as well.
And "idle" monitoring that uses the ambient light sensor to check for low light conditions/dream state and enters doze mode appropriately.
New mainline modules in Android 13:

com.android.auxiliary
com.android.cronet
com.android.nearby
com.android.sepolicy
com.android.supplementalprocess
com.android.uwb
Yes, it's true: Google is introducing Material You dynamic color styles that adjust the hue and chroma values when monet generates the 5 MY tonal palettes.

Details here on how it works: blog.esper.io/android-13-dee…

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Mishaal Rahman

Mishaal Rahman Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @MishaalRahman

May 14
It's time for #GoogleIO 2024! Here's my thread covering everything Google is announcing 🧵 Image
AI Overviews in Google Search is rolling out to everyone in the US and coming to more countries soon! Image
Google Photos is getting AI search! It'll search through your photos to find info based on your query. Image
Read 34 tweets
Jan 10
Here's what's new in Android 14 QPR2 Beta 3 🧵 Image
Android finally has a pop-up dialog for the Bluetooth Quick Setting tile! I previously spotted this in the QPR2 Beta 2 release, but it's now enabled by default in QPR2 Beta 3!

(Image credits: @Nail_Sadykov.) Image
Android 14 QPR2 Beta 3 is preparing to add a new "make all apps dark" toggle under Settings > Accessibility > color and motion. This option inverts the colors of apps that don't support a dark theme. This does the same thing as the developer option, just now available outside of dev options.Image
Image
Image
Read 9 tweets
Dec 11, 2023
Here's what's new in Android 14 QPR2 Beta 2, the second beta update for the next quarterly Android release that will roll out in March 2024 🧵 Image
For context, check out my previous deep dive thread on Android 14 QPR2 Beta 1, as I will likely mention a lot of things I found in the first beta:
In the "Internet" panel, there's now a "Share Wi-Fi" button in the bottom left. Tapping this button opens the existing Share Wi-Fi page where a QR code is shown that others can scan to join your network, or you can tap "Nearby" to share your Wi-Fi credentials via Nearby Share. Image
Read 11 tweets
Nov 15, 2023
Here's what's new in Android 14 QPR2 Beta 1 🧵 Image
The build ID now starts with AP11 instead of U2B1. For a bit of context on why that is, refer to this thread:
Image
After updating to the new build on Pixel, you'll see a "Your Pixel is up to date" screen. Image
Read 21 tweets
Oct 4, 2023
Android 14 is rolling out for the Pixel 4a 5G and later starting TODAY! The update brings more customization, control, and accessibility features. If you haven’t been on the beta and want to know what new features are in Android 14, here’s a summary of the highlights: Image
Google says that several of the large-screen features originally planned for Android 14 were made available as updates to Android 13. This is because the Pixel Tablet and Pixel Fold shipped with Android 13 QPR3, so these features had to be ready for their launch.
Speaking of the Pixel Fold, Google Translate will soon be adding a Dual Screen Interpreter Mode, which will show your own words on one screen and your translated words on the other screen.
Read 28 tweets
Jul 11, 2023
Android 14 Beta 4 just dropped, so here’s my thread covering what’s new 🧵
Sidenote: I’m only covering changes that were added since Android 14 Beta 3, so there won’t be a lot! If you want to see what the previous Developer Previews/Betas introduced, check out my earlier threads: twitter.com/MishaalRahman/…
Houston, we have a liftoff 🚀! The new Easter egg is here in Android 14 Beta 4, and it’ll delight any space sim enthusiasts out there. I don’t know what the heck I’m doing, but here’s a first look at the new Easter egg! I bet @dsandler had a LOT of fun with this one.
Read 11 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(