Android Q Beta 2: How to Try 'Bubbles' with ADB



[ad_1]

One of the unexpected and major new features of Android Q is the addition of bubbles for notifications. This new multitasking option is promising, but it is not yet activated for the moment. However, thanks to a handful of ADB commands, we can take a closer look.

The best gifts for Android users

Hidden under the surface in Android Q, there are some ADB commands that allow us to play with the new Bubble feature of the platform. Of course, you will want to do everything at your own risk, but relatively, it is a relatively safe process, although very complex.

The most important command we will discuss here is the one that specifically activates Bubbles in messaging applications. When activating this command, Android Q must enable the bubbles for all notifications involving email applications. We tested this with Hangouts and Google Messages and it seems to work fine, but your results may vary. All messaging applications do not work, but in theory this should only open email notifications in Bubbles, leaving emails and system notifications in the traditional system.

It should also be kept in mind that keyboards seem to barely work with this feature.

Adb shell settings are secure experiment_enable_bubbles 1

The adb shell settings put the email experiment_autobubble secure 1

Messaging applications fall into bubbles while other notifications remain in traditional mode. systemem

You can also enable the bubbles for all notifications with a similar order, listed below. I would not recommend it, however, because the notifications themselves are unreliable and cause a lot of problems related to the user interface. As you can imagine, you can drag these bubbles around the screen as you like, by dragging the group down.

adb shell settings put safe experiment_autobubble_all 1

We also discovered a command that allows you to adjust the location of these bubbles. The ADB command below allows you to choose between placing the balloon above the notification and not below it.

Adb shell settings are secure experiment_enable_top_bubbles 1

Despite being buggy, the bubbles have a lot of potential

If you enable this option and want to cancel the change, simply use the ADB commands below depending on what you enabled above.

adb shell parameters delete secure experiment_enable_bubbles

adb shell settings delete secure email experiment_autobubble

adb shell parameters delete secure experiment_autobubble_all

adb shell parameters delete secure experiment_enable_top_bubbles

Dylan and Kyle contributed to this article

More on Android Q:


Check out 9to5Google on YouTube for more information:

[ad_2]

Source link