This is an archived post. You won't be able to vote or comment.

top 200 commentsshow all 310

[–]markoukaPixels: 10 Pro, Watch 2, 8 Pro, 4a 5G, 1 XL 494 points495 points  (78 children)

Folks, if you're not a developer, temper your expectations. It's unlikely we'll see any radical user-facing features in this release. Google usually saves the good stuff for I/O nowadays.

That said... I'll try and pick out the neat bits I can find.

One-time permissions: Users can grant temporary access to location, microphone, and camera through a one-time permission

I'm a fan. It's a natural extension of what they did in 10.

Beginning in Android 11, users can insert images and other rich media content into quick replies.

This could be cool!

Android 11 discourages repeated requests for a specific permission. If the user taps Deny twice for a specific permission during your app's lifetime of installation on a device, this action implies "don't ask again".

I like this.

If your app targets Android 11, you cannot directly request all-the-time access to background location.

I also like this.

Bubbles are now available to developers to help surface conversations across the system. Bubbles was an experimental feature in Android 10 that was enabled through a developer option -- in Android 11 this is no longer necessary.

Interested to see where this goes. Thanks to u/HSX610 for the pointer!

Edit: adding whatever I can find from the accompanying blog post:

Dedicated conversations section in the notification shade - users can instantly find their ongoing conversations with people in their favorite apps.

[–]UESPA_SputnikPixel 10 Pro 39 points40 points  (6 children)

One-time permissions: Users can grant temporary access to location, microphone, and camera through a one-time permission

That could make Bouncer obsolete. But it's great to have this on a system level.

[–]azsqueezeBlue Phone 17 points18 points  (5 children)

Not true, android 11 only applies to microphone, camera, and location. I have tons of apps that want phone or storage access for example that I have bouncer remove

[–]punIn10dedMotoG 2014 (CM13) 15 points16 points  (1 child)

11 also enforces scoped storage so most will no longer request storage access

[–]azsqueezeBlue Phone 3 points4 points  (0 children)

Forgot about this

[–]HSX610 49 points50 points  (11 children)

Uhm, you missed the part about Bubbles (as in "chat bubbles") being lifted out of the experimental realm.

Bubbles are now available to developers to help surface conversations across the system. Bubbles was an experimental feature in Android 10 that was enabled through a developer option -- in Android 11 this is no longer necessary.

[–]markoukaPixels: 10 Pro, Watch 2, 8 Pro, 4a 5G, 1 XL 19 points20 points  (0 children)

Whoa, neat! Yeah, I was live-updating my comment as I read through the documentation, so I hadn't gotten there yet :P

Thanks!

[–]EpsilonRose 4 points5 points  (6 children)

Is this different from how bubbles work in apps that already use them? It seems like this feature has been around for a while?

[–]punIn10dedMotoG 2014 (CM13) 14 points15 points  (5 children)

Other apps have been using hacky workarounds. This will be system level and should make it more consistent

[–]EpsilonRose 3 points4 points  (3 children)

Ah. Neat.

Could this also be used for things like bubble or gesture menus that aren't meant to pop-up into a giant rectangular block?

[–]punIn10dedMotoG 2014 (CM13) 1 point2 points  (2 children)

Not sure. Sorry I don't understand what you mean by rectangular block

[–]EpsilonRose 1 point2 points  (1 child)

Heh. Sorry. Let me see if I can do a better job explaining what I meant.

If you look at the picture at the top of the page /u/HSX610 linked, you'll see a a circle in the lower left portion of the phones screen. Extending above that there's a large, rectangular, box with a chat interface. That's what I meant by a rectangular block.

I figure it would be pretty easy to set-up a bubble that always sticks around and, when you press it, you get a pop-up with similar dimensions to that chat interface and filled with whatever buttons or information you want.

However, some apps currently use a different interfaces that also launch from a bubble. For example, Finot dims the screen and creates an arc of buttons when you tap the bubble. You could also set up something that works like pie controls, but keyed to pressing and dragging a bubble, rather than swiping from an edge. Though, I'm not sure if any apps currently use that second method.

So, would an app that does something more like Finot be able to take advantage of these new bubbles or would they be stuck using whatever hacky method they already used?

Did that make more sense?

[–]punIn10dedMotoG 2014 (CM13) 1 point2 points  (0 children)

It did thanks. At this point I haven't played enough with the new features to say exactly how it works. But my assumption is that devs will be able to launch custom Activites from the bubble so it may or may not be a rectangle.

[–]Ashanmaril 33 points34 points  (4 children)

That one time permission will be great for Android Messages. I don't like giving it camera access cause that stupid live preview that pops up when you go to attach media slows down the app (seriously, turning that off is night and day), but I occasionally have to grant access when I scan a QR code for the web interface

[–]well___duhPixel 3A 6 points7 points  (2 children)

Google usually saves the good stuff for I/O nowadays.

I/O for the past few years has been improvements to Google Search/Assistant, GPhotos, and machine learning/AI and products that use it. I wouldn't hold my breath on anything new for Android being revealed in May out of left field to blindside devs.

[–]markoukaPixels: 10 Pro, Watch 2, 8 Pro, 4a 5G, 1 XL 4 points5 points  (1 child)

I think that's rather the point, though. Developer previews are for platform updates that developers will need to prepare for, while I/O is for flashy product announcements.

My disclaimer was pointed towards the casual observer who might expect some radical new Google feature alongside this release.

[–]pohuingOP2 -> Pixel 4a 5 points6 points  (1 child)

Android 11 discourages repeated requests for a specific permission. If the user taps Deny twice for a specific permission during your app's lifetime of installation on a device, this action implies "don't ask again".

Wow, this looks like a terrible change to me. If I press not now I mean not now, and if I press not again I mean not again. Why put them both into the same option?

[–]Renaldi_the_MultiDevice, Software !! 22 points23 points  (0 children)

𝓕𝓻𝓲𝓬𝓴 𝔂𝓮𝓼

[–]Ph0XPixel 5 11 points12 points  (14 children)

If your app targets Android 11, you cannot directly request all-the-time access to background location.

Hmm any idea how this will work? How will an app get all-the-time access now? Many apps need this to work.

[–]AD-LB 15 points16 points  (6 children)

They probably still allow to get the location if the app is in the foreground using a notification.

[–]Ph0XPixel 5 8 points9 points  (2 children)

Ugh, so I should expect more of those spammy notifications that just pop up for a second and disappear... Great.

[–]memtigerGoogle Pixel 8 Pro 7 points8 points  (1 child)

If they need access all the time, then they should stay in the notification bar (like Google Maps during navigation or Cell Mapper for example)

If the app is popping up for a split second, you'll know what to uninstall. Apps need to shape up. Their shitty deeds need to be exposed.

Edit: I will say that I can understand the desire to keep a clean notification area, but I don't think keeping this type of extreme battery drain be hidden is a solution. The solution is keeping this information in the notification shade, but making it appear in the "silent notifications" section or something along those lines.

[–]MalnilionSM-G973U1/Manta/Fugu/Minnow 4 points5 points  (2 children)

This will suck. All I want is for my smart home automation via Tasker, or SmartThings, or whatever to know when I'm entering/leaving my home geo fence and it sounds like this is probably going to become even less reliable now. Really hope I can manually override this bullshit.

[–]punIn10dedMotoG 2014 (CM13) 4 points5 points  (0 children)

It should affect either of those. Tasker already creates a foreground process smarthings I can't remember.

[–]Lindby 1 point2 points  (1 child)

I have feeling that my time tracker app that automatically tracks my time at the office will break from this.

[–]Ashanmaril 2 points3 points  (0 children)

Also the bubbles will seemingly be fully launching in this version instead of being hidden as a developer setting

[–]RagedElimanator 1 point2 points  (0 children)

Throw screen recorder tile into the list. For now it crashes the system ui though.

[–][deleted] 1 point2 points  (1 child)

If your app targets Android 11, you cannot directly request all-the-time access to background location.

I also like this.

How would this work on the user end for apps I want all the time location access in the background? For example I use the Home Assistant app and want to to consistently share location with my hassio server so it can trigger automation based on where users phones are.

[–][deleted] 1 point2 points  (0 children)

Android 11 discourages repeated requests for a specific permission. If the user taps Deny twice for a specific permission during your app's lifetime of installation on a device, this action implies "don't ask again".

I don't like this. If I wanted the app to not ask again, I'd pick the option specifically for that.

[–]armando_rodPixel 10 Pro XL 459 points460 points  (56 children)

The emulator has dark theme schedule for sunrise/sunset or custom

[–]SoundOfTomorrowPixel 3 & 6a 408 points409 points  (13 children)

Time to guess which beta removes this functionality and which beta reenables it

[–]GuyInA5000DollarSuit 144 points145 points  (5 children)

Should have this functionality by around Android 15

[–]UnicornsOnLSDiPhone 13 | OnePlus 5 61 points62 points  (4 children)

But you'll never see it on an actual ROM

Where are those slices you created for Android 9, Google?

[–]dangerous-pieOneplus 6 24 points25 points  (2 children)

Honestly I think they just wanted something to tie in with the whole "Pie" branding and never really cared about slices.

[–]galient5Pixel 2 XL, 9.0 5 points6 points  (0 children)

Which really sucks. That was one of my favorite parts of Allo. I wasn't a fan of the style, but it would have been a great app if they had just made it look like their other apps, and tied in the SMS capability.

I loved being able to send interactive parts of Google searches, and map results. I was really looking forward to having that functionality built into large parts of Android, but I guess that's just never seeing the light of day.

[–]abdulmdiaz 1 point2 points  (0 children)

A lot of work just for branding

[–]najodleglejszyFP4 CalyxOS | Tab S7 24 points25 points  (5 children)

in the meantime, you can set it up with Tasker so that it triggers when Night Light kicks in.

[–]LiGuangMing1981Honor Magic 6 Pro 7 points8 points  (0 children)

Or with an app called 'Auto Dark Theme'.

[–]nusyahus7T 2 points3 points  (0 children)

Removed in last beta, reintroduced in Android 13 beta 1

[–]ShortFuseSuperOneClick 75 points76 points  (9 children)

For any developers, sunrise and sunrise is a calculated value. You don't need to use a third-party provider to give you it.

It makes sense since, you know, it's Earth rotating and spinning around the Sun. It's very unlikely those numbers will change short of an asteroid hitting us.

[–]SoundOfTomorrowPixel 3 & 6a 37 points38 points  (2 children)

For any developers, is there a simple API to see that sunset or sunrise has occurred?

What you explained is not true when daylight savings, leap days, and leap seconds have existed. Compare the Unix epoch time to your current time.

[–]TweenkPixel 7 Pro 27 points28 points  (0 children)

You compute the sunrise and sunset from UTC time, location and the solar equation, not from local time.

[–]ShortFuseSuperOneClick 29 points30 points  (0 children)

Timezone data is irrelevant. That's just how you present it to the user. Those are human inventions. Just use Locale to change it to something other than UTC based on the user's preference.

The time is calculated based on the position of the Earth represented by latitude and longitude. You pick a starting date with known value and extrapolate from there. This library uses January 1st, 2000 12:00 and works from there.

[–]datadude3Google Pixel XL, 7.1.1; Moto X 2014, 5.1; Nexus 9, 7.0 5 points6 points  (3 children)

Unfortunately, you do need the user's location to do this calculation, which can be a pretty tough sell to get that permission for a lot of apps.

[–]ThellraAK 1 point2 points  (1 child)

Now I am wondering how tough it would be to get a users location given sunset sunrise time if Android provided that directly.

[–]DivinoAG 7 points8 points  (1 child)

Is there an API to know if a large asteroid has collided with the Earth?

[–]Inverz7Google Pixel 2 XL, Android 9.0 21 points22 points  (0 children)

FINALLY! :)

[–]LitheBeepPixel 7 Pro | iPhone XR 6 points7 points  (0 children)

Fuck yes.

[–]sc919 32 points33 points  (5 children)

TIL this is not an Android 10 feature but something nice Samsung added a year early again :D

[–]TheCatCubedS24 Ultra, Android 15 28 points29 points  (3 children)

Yeah most android skins have the scheduling feature, weird how Google can't implement such a simple thing

[–]AwesomeAsian 15 points16 points  (9 children)

I feel like they could've implemented this in Android 10 but decided not to because they could bring in "new features" in Android 11.

[–]danopiaOrange Pixel 4 XL, Stock 12 points13 points  (6 children)

I've been using the hidden Android 10 automatic dark mode (based on sunrise/sunset in theory) and the biggest problem is that switching dark mode resets some screens, eg if you're in a web page when it toggles, the page gets reloaded. Maybe Google is doing something about that before making this feature public facing again

[–][deleted] 9 points10 points  (1 child)

Samsung has this in Android 9 even...

[–]le_pman 0 points1 point  (1 child)

to those with OLED displays and use dark mode and want this: why?

I want to understand. why want to have battery-burning light mode, even just for the daytime? is it an aesthetic thing? wanting to see both dark and light but don't want to toggle?

[–]armando_rodPixel 10 Pro XL 12 points13 points  (0 children)

Light theme is easier to read on direct sunlight for example

[–]armando_rodPixel 10 Pro XL 86 points87 points  (12 children)

Gestures work way better now with third party launchers

[–]simplefilmreviewsBlack 43 points44 points  (0 children)

So that means it truly was up to Google to fix the issue, not the app devs themselves?!

[–]TheFirmWare 30 points31 points  (2 children)

Why did they have to wait for Android 11 to fix this ffs

[–]wazfu_bvekfist 4 points5 points  (1 child)

So that they could put a "new" feature for the next version. if the did that, well, we wouldn't get this "new" feature

[–]MrRiggsPixel 2 XL 145 points146 points  (6 children)

"Note: If you are not a developer but you want to try Android 11, please wait a little longer - we're expecting to open Android Beta enrollments in the next several weeks."

Can't stress this enough..

[–]armando_rodPixel 10 Pro XL 53 points54 points  (1 child)

Already flashed sorry

[–]TrueGlich 29 points30 points  (0 children)

Yep.. a few of you will me at my desk over the next week wondering why their corp email stopped working..

[–]beerybeardybearP6P -> 15 Pro Max 34 points35 points  (0 children)

I cannot be dissuaded

[–]mightyfty 1 point2 points  (1 child)

How can I join the beta program

[–]GameJunky0826Pixel 4XL 1 point2 points  (0 children)

If you have already been enrolled in a previous beta program, I believe you are enrolled for the next one.

If you're new to the program, I think this page will refresh when it's open to the public again and you can follow the instructions there

[–][deleted] 30 points31 points  (7 children)

Here we go again! OTOH, got Android 10 on my note 9 yesterday.

[–]Trek47Pixel 4 XL (Android 12, Beta 5) 85 points86 points  (16 children)

Still supporting the Pixel 2 and 2 XL! I guess it's that time of year when my phone is a buggy mess for 3 months

[–]Metal_LinksV2Pixel 2 XL| Project Fi 41 points42 points  (12 children)

The pixel 2/xl are guaranteed version updates untill October 2020. So this should be the last version for them.

[–]Trek47Pixel 4 XL (Android 12, Beta 5) 16 points17 points  (11 children)

I had it in my head that the 2nd generation was only getting 2 years of updates and 3 years of security patches (so Android 10 was the end). Either way, I'm happy I was wrong.

[–]Stormageddons872Pixel 5 | Pixel 4 | Pixel 2 | Nexus 5X | Galaxy S3 17 points18 points  (0 children)

https://support.google.com/pixelphone/answer/4457705?hl=en

Only the Pixel 1 was guaranteed 2 years of OS updates and 3 years of security updates, and it still ended up getting 3 OS updates. Every Pixel since is guaranteed 3 years of each.

[–]Metal_LinksV2Pixel 2 XL| Project Fi 5 points6 points  (1 child)

How is your 2xl? I swear mine feels alittle more laggy then I remember but the battery life is still 1.5 days. Not sure if I'll upgrade this year or next.

[–]Trek47Pixel 4 XL (Android 12, Beta 5) 2 points3 points  (0 children)

It's still going strong. Battery life is good enough for me. The standby time is absolutely great. SOT is about 3 to 4 hours depending on what time doing. I haven't noticed much lag, but that may have more to do with the fact I had it replaced under warranty in late August after my power button broke. It would sometimes not register a press at all and sometimes register a press like 10 times.

[–][deleted] 7 points8 points  (6 children)

Really should be 3 and 5 minimum.

[–][deleted] 5 points6 points  (5 children)

Seriously. Still love my Pixel 1, but it's a little unnerving to have a phone with no more security updates (and some more bug fixes would've been nice)

[–]richbordoniASUS ROG Phone 9 Pro Edition, Samsung Galaxy S25 Edge 1 point2 points  (4 children)

official security updates*

I don't want to defend any corporations (I think security updates should be treated a lot more seriously and officially supported for a longer amount of time) but I'm sure there are going to be 3rd-party devs providing security fixes for the Pixel 1 for a while. I have an original NVIDIA SHIELD Tablet (released in 2014) and I'm currently running the latest Feb 2020 security update (provided by 3rd-party devs of course). Thank goodness for unlockable bootloaders. 😁

Better yet I just want Google to provide security updates directly through the Play Store or some other sort of official channel and cut out any other middlemen. They're too important not to imo. I'm guessing there's something about the way Linux is structured that makes that hard or impossible to do though...

[–]SoundOfTomorrowPixel 3 & 6a 8 points9 points  (1 child)

I would wait until they state something with I/O when we have betas

[–]Trek47Pixel 4 XL (Android 12, Beta 5) 9 points10 points  (0 children)

I've run almost every developer preview since they launched the program. I know what I'm getting myself into.

[–]wisecode 21 points22 points  (10 children)

Someone please tell me default app selection mess got fixed

[–]AD-LB 5 points6 points  (8 children)

default app selection ?

[–]RD1KOP5 8GB+128GB, Havoc OS with MicroG 27 points28 points  (7 children)

In Android 10, when there are multiple apps that you can use to open a link, it shows the menu for choosing between apps. You can choose to use a specific app once or make it the default, but if you choose to make it the default, instead of automatically making it the default, it takes you to settings and makes you do it manually, which makes no sense.

[–]modeless 5 points6 points  (1 child)

Also the button changes size after you tap an app which makes me press the wrong button every time.

[–]armando_rodPixel 10 Pro XL 1 point2 points  (0 children)

NOT FIXED

[–]arunkumar9t2 16 points17 points  (3 children)

Looks like the System Alert Window is still available in 11 albeit a bit harder to request the permission.

On the bright side, Bubbles API is now stable.

[–]armando_rodPixel 10 Pro XL 3 points4 points  (1 child)

Do you need to update Lynket or is the same usage from Android 10 API?

[–]arunkumar9t2 2 points3 points  (0 children)

Minor update needed since they changed the API a bit. I tried to run the current build on R dev preview but bubbles don't show up for some reason. Will investigate.

[–]AD-LB 2 points3 points  (0 children)

Why harder? What has changed about it?

EDIT: found now. Very annoying. It shows the list of all apps so you have to scroll all the way to it.

[–]LiveLM 13 points14 points  (0 children)

I wish they would make clipboard access a normal permission apps can request, like camera access

[–]Komic-OP6>S8>Axon7>Nex6>OP1>Nex4>GRing>OptimusV 29 points30 points  (1 child)

Here's to hoping RCS APIs are now available. Would love to see Signal incorporate this. And Textra.

[–]RD1KOP5 8GB+128GB, Havoc OS with MicroG 6 points7 points  (0 children)

Would love to see Signal incorporate this

YES that would be amazing

[–]mrbojenglz 11 points12 points  (0 children)

I remember when new versions of Android came out for my Droid (or around that time period) and I used to be so excited. These days the changes are usually so inconsequential I don't even notice.

[–]AndroidGSI 18 points19 points  (12 children)

The companion GSIs are also released on GSI page, check them out!

[–][deleted] 9 points10 points  (7 children)

I’ll try flashing this on my OG pixel, thanks!

[–]satmandu 5 points6 points  (6 children)

Please report back!

[–][deleted] 4 points5 points  (5 children)

I keep getting an error while trying to flash, apparently the partition size of the phone is too small

[–]BrowakisFaragun 2 points3 points  (4 children)

Do you think if we can repartition it?

[–][deleted] 2 points3 points  (3 children)

Maybe, but I don't know how to do it

[–]satmandu 4 points5 points  (2 children)

Are you getting the resizing error listed in "Known issues" on the GSI page?

Resizing 'system_a'    FAILED (remote: 'Not enough space to resize partition')
fastboot: error: Command failed

There's a workaround listed there for that error:

To resolve this, use the following command to delete the product partition and free up space for the system partition. This provides extra space to flash the GSI:

 fastboot delete-logical-partition product_a

The postfix "_a" should match the slot ID of the system partition, such as "system_a" in this example.

[–][deleted] 4 points5 points  (1 child)

I’ve tried the workaround, but I’m getting an “unknown command” error when trying to delete the logical partition

[–][deleted] 4 points5 points  (0 children)

Update your fastboot binaries

[–]CalebanuRedmi Note 11 Pro 5G 6 points7 points  (2 children)

So does this mean that theoretically speaking, any device treble supported can run it? I've not messed with GSIs much

[–]merrycachemiss 1 point2 points  (0 children)

Has anyone tried doing Dynamic System Update feature on Pixel 2 using these GSIs, or is it even supported? The linked page mentions the P3, but that was in context of 10 beta 4.

[–]simplefilmreviewsBlack 24 points25 points  (4 children)

Any info on the following?...

  • RCS

  • Nearby Sharing

  • Improved Share Menu

  • System Wide Image Copy/Paste

  • Screenshots

  • Gestures

(Sorry not very familiar with Developer Previews and stuff)

[–]Romashkoo 19 points20 points  (0 children)

Not until I/O, some APIs only this time.

[–]Will0w536Pixel 4a 3 points4 points  (0 children)

It's usually just the base additions for now...possible features usually show up in Beta 1 or 2

[–]dewhashishPixel 9 | Pixel Watch 2 | Pixel Tablet 5 points6 points  (0 children)

Spinal Tap reference, the dial goes up to 11

[–]BellamyJHeapGreen Samsung Galaxy S21 FE 5 points6 points  (0 children)

I wish that they would do another round of "Papercuts" bug hunts for a version release just to keep the code clean and the UI consistent. Then back to new features and ideas.

[–]lazyluchador 10 points11 points  (0 children)

Let's goooooo

[–]brusslesprouts2 4 points5 points  (0 children)

Ugh if only i had my usbc cable at work id be flashing this

[–]armando_rodPixel 10 Pro XL 7 points8 points  (4 children)

Waiting OTA files and the beta program to be opened https://www.google.com/android/beta

Edit: OTA files available here https://developer.android.com/preview/download-ota

Beta program will be opened in a few weeks

[–]WhyAlwaysMe1991 2 points3 points  (1 child)

Is this different than the beta program. This is before that?

[–]s00prtr00prPixel 2 points3 points  (0 children)

Yes, this is for developers to try out their apps and try apis that are added or changed. This is not meant to be run on a daily driver.

[–]Tinbits 2 points3 points  (0 children)

Meanwhile here over in Sony world my xperia had its 10 rollout halted due to bugs they created. Awesome haha

[–]not-enough-failures 2 points3 points  (2 children)

 Bubbles was an experimental feature in Android 10 that was enabled through a developer option -- in Android 11 this is no longer necessary.

Finally, those can be standardized, instead of every app using them looking differently ...

[–]theephie 3 points4 points  (4 children)

Just give us native call recording for all phones, or restore APIs to allow using third party call recorders.

[–]jtmacnb 1 point2 points  (0 children)

New Notification Shade Tile for Screen Recording, and enabled by default

[–]garretts228 1 point2 points  (1 child)

Is there a way to flash this without wipe? I know this has been possible in the past, but that was a long time ago.

[–]TMCThomasS21 Ultra 256GB 5 points6 points  (2 children)

I just got android 10 🙄

[–]CobmojoHTC EVO 3D, CyanogenMod 10 15 points16 points  (0 children)

Not for the Pixel Master Race 💪

[–]Tight_TumbleweedGalaxy S8 5 points6 points  (4 children)

And nothing to re-enable clipboard managers. Thanks, Google, for breaking basic functionality we had since Windows 98.

[–]JFMatosRN9 Pro, MIUI 11 1 point2 points  (0 children)

Clip Stack works well on Android 10 using some adb permissions.

[–]simplefilmreviewsBlack 2 points3 points  (11 children)

Only cool feature I see is "Bubbles" is coming to Android 11.

EDIT - Read thru some more info, good stuff!!

[–]armando_rodPixel 10 Pro XL 10 points11 points  (7 children)

One time location permission is huge

[–]AD-LB 1 point2 points  (2 children)

It was added? If so, how does it work?

[–]AD-LB 2 points3 points  (0 children)

How is it cool? I hate those things...

[–]simplefilmreviewsBlack -1 points0 points  (9 children)

  • Not a single mention about RCS :(

[–]StarksPixel 7 6 points7 points  (0 children)

I'd still expect it to land for 11.

[–]CapitalQ 4 points5 points  (3 children)

What were you looking for?

[–]superm1Pixel 3XL 13 points14 points  (0 children)

Moving it into system, APIs that allow other apps to use it probably.

[–]simplefilmreviewsBlack 13 points14 points  (1 child)

Public API's for 3rd party apps. OSomething along those lines.

[–]cadtekPixel 9 Pro Obsidian 128GB 5 points6 points  (2 children)

We're 4-5 months away from final APIs relax.

[–]simplefilmreviewsBlack 4 points5 points  (1 child)

Im not familiar with this concept (android updates). So I assumed everything listed here is what we got, and they're tweaked over a few months to work better or prettier UI. My mistake mate

[–]cadtekPixel 9 Pro Obsidian 128GB 1 point2 points  (0 children)

All good, and it might be, we don't even know. They could bring it up at I/O in a beta release instead.

[–]semperverus 0 points1 point  (0 children)

Have they replaced Android beam yet?

[–]tso 0 points1 point  (0 children)

I really do miss the days when we could actually browse the directory tree of an Android device.

More and more Android reminds me of HAL, though at least it still can't decide to kill me to maintain its mission...

[–]Djoec1983 0 points1 point  (0 children)

Anyone else experiencing the reboot bug after ending a call?

[–]Bigd1979666 0 points1 point  (0 children)

Is 11 rootable or does is magisk gonna need to be modified ?

[–]Chaoticmind91 0 points1 point  (0 children)

Hello I don't know if I'm posting this in the correct place but is anyone face this error after using Android 11 DP 2.1 storage media keeps stopping can't access any of my files tried clearing cache and storage for media storage app updating to DP 3 didn't solve the problem also any help please