Oreo 8.0 and a persistent notification - Google Pixel XL Questions & Answers

I have an app, "Secure Apps Manager" that shows a persistent notification I've been unable to hide. It shows in the notification bar that it's "Running in the Background." I disabled it in the Notification settings, but it continues to display on the notification bar and the lock screen.
I was able hide it in Nougat, but it looks like the rules changed in Oreo. Anyone with ideas/ input how I can hide it?

So there is this line in notification policy in /data/system
<channel id="FOREGROUND_SERVICE" name="Apps, die im Hintergrund ausgeführt werden" importance="1" sound="content://settings/system/notification_sound" usage="5" content_type="4" flags="0" locked="4" show_badge="true" />
If you change show_badge to false, it works. However, it enables itself again (who knoes why)
Gesendet von meinem Pixel XL mit Tapatalk

I can disable it for the max time of 2 hours, but yep... It comes back.

A.VOID said:
I can disable it for the max time of 2 hours, but yep... It comes back.
Click to expand...
Click to collapse
Put the notification in the lowest importance, so it doesnt bother as much.
Gesendet von meinem Pixel XL mit Tapatalk

Forgive me, but how do I do that in Oreo?

Apparently, this is by design.
It is not going to be removed.
https://issuetracker.google.com/issues/62472739

A.VOID said:
Forgive me, but how do I do that in Oreo?
Click to expand...
Click to collapse
Long the notification -> all categories -> Go down to the option that was blinking, tap it, and here you go
Gesendet von meinem Pixel XL mit Tapatalk

No options blooming under all categories. Only thing showing blue is "Allow Notification Dot"

Nothing like this?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Gesendet von meinem Pixel XL mit Tapatalk

English please!
Sent from my Pixel XL using Tapatalk

Ammonarrow said:
Nothing like this?View attachment 4250298
Gesendet von meinem Pixel XL mit Tapatalk
Click to expand...
Click to collapse
I get that screen, but I don't see anything flashing to move down. It looks like your turned off everything

A.VOID said:
I get that screen, but I don't see anything flashing to move down. It looks like your turned off everything
Click to expand...
Click to collapse
Its disabled to turn off, thats why its looking like this.
Just go to "Apps running in background" and to this.

A.VOID said:
I get that screen, but I don't see anything flashing to move down. It looks like your turned off everything
Click to expand...
Click to collapse
You can't get rid of the notification in your notification shade but you can remove the icon from your status bar. If you long press on the "apps running in the background" notification and select "All categories" you're presented with a list of apps and toggles. Some of the toggles you may be able to actually toggle and some you will not.
If you scroll down through the list with toggles that are grayed out preventing you from toggling them off, look for the item "Apps running in background" and select it (not the toggle, click on the actual text)
From here you want to click on "importance" at the top and change it to "low" ... Again this will not remove the notification but you will at least lose the little graph icon in the corner of the status bar.
Hope that helps and is less confusing ... And hopefully that's what you were wanting and this isn't a completely pointless post.

dustinb17 said:
You can't get rid of the notification in your notification shade but you can remove the icon from your status bar. If you long press on the "apps running in the background" notification and select "All categories" you're presented with a list of apps and toggles. Some of the toggles you may be able to actually toggle and some you will not.
If you scroll down through the list with toggles that are grayed out preventing you from toggling them off, look for the item "Apps running in background" and select it (not the toggle, click on the actual text)
From here you want to click on "importance" at the top and change it to "low" ... Again this will not remove the notification but you will at least lose the little graph icon in the corner of the status bar.
Hope that helps and is less confusing ... And hopefully that's what you were wanting and this isn't a completely pointless post.
Click to expand...
Click to collapse
Yep, I figured it out. I wish it was gone for good, but this is far less annoying. Thanks all!

Aren't there always going to be apps running in the background on Android? I don't have O yet but this almost doesn't sound like an intended feature.

There was a link to a google Android help forum somewhere. The engineers claimed it was by design, however I cry BS. Nougat let you hide it. Not sure why we can't hide it now.
I can disable it for up to 2 hours, so why can't I disable it for good?

Yes, this is by design.
Utterly stupid, as many will have apps running in the background.
Not sure what Google was thinking when they signed off on this one.
It is not going to be removed.
https://issuetracker.google.com/issues/62472739
Basically the answer was
Status: Won't Fix (Intended Behavior)
Engineering team responded with below comment:
"We will not let users block the 'running in the background' notification
though we have worked on changing the rules about when it will appear."

In previews this worked. Can someone try and confirm for official 8.0?
https://www.xda-developers.com/hide-persistent-notification-android-o/

Can someone tell me how to disable the suggestions bar in the settings menu, thank you!

This should work now (but it requires Tasker):
https://www.xda-developers.com/hide-app-running-background-notification-android-oreo/

Related

[APP][DEV] Notification Shortcuts v0.1 (update)

Hi all,
I just wanted to show my first android app I developed. It is a bit similar as notification toggle, but I just developed it to learn java/android.
You can set 3 different settings as notification toggles (wifi,screen rotation, bluetooth), seems unnecessary for cm9/7
You can set any app as a shortcut
always-on-top accessibility service
notification panel folds when shortcut is selected
Please tell me want you think of it, i only tested it on cm10.
screenshots:
gui
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
result:
Great work, but needed 2g/3g switch. What is the original app, that display white/gray toggles in your screenshot?
Thx, was looking for that.
CoooLLer said:
Great work, but needed 2g/3g switch. What is the original app, that display white/gray toggles in your screenshot?
Click to expand...
Click to collapse
That is not an app but a rom CyanogenMod. That switch is only possible for rooted phones
Sent from my GT-I9000 using xda app-developers app
Great, you can choise what you want?
tommy34 said:
That is not an app but a rom CyanogenMod. That switch is only possible for rooted phones
Sent from my GT-I9000 using xda app-developers app
Click to expand...
Click to collapse
I think most of people here rooted their phones ))
True, doesn't mean I know the code to program it (yet)
Then I would also expect you to have flashed a CyanogenMod variant with these switches already available
Sent from my GT-I9000 using xda app-developers app
I have got a freeze with but perhaps, it's because I have been too fast in pushing the toggles... By cons, it will be good that the launching of applications closes the panel of notification in same time.
Nice app bro. It works well on Team NYX RC5. Tested with Wifi and Bluetooth. If you implement GPS toggle, Flashlight and Sound toggle, it will be a very good app.
Keep up the good work.
franzyroy said:
I have got a freeze with but perhaps, it's because I have been too fast in pushing the toggles... By cons, it will be good that the launching of applications closes the panel of notification in same time.
Click to expand...
Click to collapse
yes true forgot to activate that function of closing the panel. Will put that in the update and will try to look into that freeze
Very useful but could use a "Start with Boot" option.
tommy34 said:
yes true forgot to activate that function of closing the panel. Will put that in the update and will try to look into that freeze
Click to expand...
Click to collapse
Nice work mate! I've been looking for this since I had JKay on a Samsung ROM, but I would never go back to Samsung from CM9
Is there any way to hide the blank notification icon in the status bar? I assume this is inherent to the way the shortcuts are loaded as a notification.
Also, how's it going with the auto-close drawer update?
Great
This is great. Thank you.:good:
thejonesyboy said:
Nice work mate! I've been looking for this since I had JKay on a Samsung ROM, but I would never go back to Samsung from CM9
Is there any way to hide the blank notification icon in the status bar? I assume this is inherent to the way the shortcuts are loaded as a notification.
Also, how's it going with the auto-close drawer update?
Click to expand...
Click to collapse
that's finished already, but need to make some more changes, for making it more memory efficient.
But i thought nobody was really interested
it is not possible to hide it, i might change it to a logo. It is also not possible to make 2g/3g or GPS switch due to android policy (even with root). Only a shortcut is possible to the settings page
For info:
This application works on Jelly Bean for bluetooth (on/off), it works too for Wi-Fi (on/off)!
Think you can add other as standby Toggle for example?
up
updated version:
Notification panel folds after app selection
Accessibility service added for always-on-top
A slightly better layout of the notification shortcuts
the accessibility service should be enabled if you want the notification shortcuts to be always-on-top of the notification panel.
see first post for apk
Great app
Enviado desde mi GT-I9000 usando Tapatalk 2

Expandable notifications - not working

One of the new functionalities of Jelly Bean is the expandable notifications.
But this feature is not working on my Galaxy Nexus.
I get the same notifications as in ICS (e.g. when I receive a text message, only 1 line of the message is shown and not the complete message).
Is someone else experiencing this? Or does someone have a solution for this?
Thanks in advance.
i_machine said:
One of the new functionalities of Jelly Bean is the expandable notifications.
But this feature is not working on my Galaxy Nexus.
I get the same notifications as in ICS (e.g. when I receive a text message, only 1 line of the message is shown and not the complete message).
Is someone else experiencing this? Or does someone have a solution for this?
Thanks in advance.
Click to expand...
Click to collapse
Not getting that at all. Are you sure you are using JellyBean? How did you upgrade to the JellyBean update?
This is what they should look like
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my Galaxy Nexus using Tapatalk 2
Yes I am using JB, I got the OTA update on Thursday. I attached a screenshot
https://www.dropbox.com/s/3cqoh7h9g34eak1/Screenshot_2012-07-15-15-09-14.png
+2
i think i know what you mean, for me the expandable notification for tunein, mail, mms/sms and created screenshot is gone too
Maybe its cause the update from 4.1 to 4.1.1 but still strange,
juxli125 said:
i think i know what you mean, for me the expandable notif for tunein, mail and created screenshot is gone too
Maybe its cause the update from 4.1 to 4.1.1
Click to expand...
Click to collapse
Strange ..
The weird part is, I directly got the 4.1.1 update, and the expandable notifications worked in the beginning, but it stopped working all of a sudden ...
i_machine said:
Strange ..
The weird part is, I directly got the 4.1.1 update, and the expandable notifications worked in the beginning, but it stopped working all of a sudden ...
Click to expand...
Click to collapse
ah, i found the reason why the expendable notification disapeared for me.
i've installed an app called Notification Toggle for Quick Settings in Notification Bar. Seems that this and the "Accessibility Settings" for the App disabled the expandable notifications.
Maybe you've also installed a similar app, or its just not the "top" notification as Unlawful has stated
i_machine said:
Strange ..
The weird part is, I directly got the 4.1.1 update, and the expandable notifications worked in the beginning, but it stopped working all of a sudden ...
Click to expand...
Click to collapse
Might be stupid but have you tried using two fingers to 'slide'down/expand the notification. Only the top notification is expanded by default and your top one from the screenshot appears to be Google Now.
Or a third-party application may be disabling expandable notifications as juxli125 has stated.
Pff, I'm stupid. I found why only 1 line was showing. Drag the notification up (only 1 line will show) or down (full notification) with 2 fingers, you will see the result
Unlawful said:
Might be stupid but have you tried using two fingers to 'slide'down/expand the notification. Only the top notification is expanded by default and your top one from the screenshot appears to be Google Now.
Or a third-party application may be disabling expandable notifications as juxli125 has stated.
Click to expand...
Click to collapse
Yes indeed, thanks for the info
My top notification is the battery percentage indicator. When disabling this the top nofitication is shown completely
i_machine said:
Yes indeed, thanks for the info
My top notification is the battery percentage indicator. When disabling this the top nofitication is shown completely
Click to expand...
Click to collapse
Haha no worries, we all do silly things once in a while. I just glanced at the screenshot in the drop box and assumed it was Google Now, my bad .
Sorry wrong thread

How do I get my notifications like this:

Here's what I want:
Phone gives no sounds or vibrations unless my FAVORITES call me. When they call me the phone VIBRATES only. No sound.
For all other notifications (texts, 3rd party notifications, emails, etc...) I want the LED to pulse. But the phone won't make a sound or vibrate. Then when I wake my screen, I see the notifications on my screen.
Right now I have it on priority only with CALLS from favorites only coming through. Volume all the way off and set to vibrate only. The LED pulses when I get texts, emails, etc. but I do not see the notifications on the lockscreen when I wake the phone. I did for awhile and I must have changed some setting because now they are not there. So I'll see the pulse, then I have to unlock it and the status bar shows the notification symbol for text, email etc..
Any help?
Gzan23 said:
Here's what I want:
Phone gives no sounds or vibrations unless my FAVORITES call me. When they call me the phone VIBRATES only. No sound.
For all other notifications (texts, 3rd party notifications, emails, etc...) I want the LED to pulse. But the phone won't make a sound or vibrate. Then when I wake my screen, I see the notifications on my screen.
Right now I have it on priority only with CALLS from favorites only coming through. Volume all the way off and set to vibrate only. The LED pulses when I get texts, emails, etc. but I do not see the notifications on the lockscreen when I wake the phone. I did for awhile and I must have changed some setting because now they are not there. So I'll see the pulse, then I have to unlock it and the status bar shows the notification symbol for text, email etc..
Any help?
Click to expand...
Click to collapse
You just answered your own question.
"Phone gives no sounds or vibrations unless my FAVORITES call me."
"Right now I have it on priority only with CALLS from favorites only coming through."
Sent from my G4 using your mom
I still don't know how to get the notifications to show on the lock screen though when it's set to that priority. They were showing up previously but I messed with settings and something went awry.
Gzan23 said:
I still don't know how to get the notifications to show on the lock screen though when it's set to that priority. They were showing up previously but I messed with settings and something went awry.
Click to expand...
Click to collapse
If you go to your Interruptions setting, you can choose which notifications to display. Or long press the icon in your notification tray.
mediumraresteak said:
If you go to your Interruptions setting, you can choose which notifications to display. Or long press the icon in your notification tray.
Click to expand...
Click to collapse
Looks like Verizon took away editting what you allow
Sent from my G4 using your mom
Dennisg34 said:
Looks like Verizon took away editting what you allow
Sent from my G4 using your mom
Click to expand...
Click to collapse
I thought he meant this?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Might you have possibly set it to "sensitive"? That doesn't seem like the behavior you're looking for, though, unless I'm misunderstanding you, Gzan23.
Sent from my VS986 using Tapatalk
androidxen said:
I thought he meant this?
Might you have possibly set it to "sensitive"? That doesn't seem like the behavior you're looking for, though, unless I'm misunderstanding you, Gzan23.
Sent from my VS986 using Tapatalk
Click to expand...
Click to collapse
Yeah for Verizon I can't edit what apps are allowed in priority/nothing went to work late because of it too!
Dennisg34 said:
Yeah for Verizon I can't edit what apps are allowed in priority/nothing went to work late because of it too!
Click to expand...
Click to collapse
I'm on Verizon!
Sent from my VS986 using Tapatalk
androidxen said:
I'm on Verizon!
Sent from my VS986 using Tapatalk
Click to expand...
Click to collapse
Hmmm weird. Whenever I try to edit what notifications/sounds comes in I get nowhere. Where did you go to get those options?
Dennisg34 said:
Hmmm weird. Whenever I try to edit what notifications/sounds comes in I get nowhere. Where did you go to get those options?
Click to expand...
Click to collapse
I thought this was standard Lollipop procedure, but maybe I'm remembering things differently. It's under Sound & Notification; Notifications; Apps; and you pick the app you want to modify.
Sent from my VS986 using Tapatalk

HTC Boom Sound Notification on Status Bar

Is there a way to shut off HTC Boom sound notification on status bar? It is quite annoying to see it on status bar 100 times a day. Sometimes it just blinks for no reason.
Sent from my HTC 10 using XDA-Developers mobile app
It only Shows when something is playing.
So some Kind of App is responsible.
AFAIK you can't get rid of it now without root.
I wonder if you can use the disable notification feature built in to marshmallow if you can work out which app it is?
Might just be the settings app.
I don't have mine yet to try it out, but on my current Z3+ I can disable notifications generated by the main settings app.
I've read about this and it'll probably annoy me. I like a tidy status bar. The little keyboard option selector on my G4 that pops up when I'm using my keyboard annoys me, too.
Sammae7 said:
I've read about this and it'll probably annoy me. I like a tidy status bar. The little keyboard option selector on my G4 that pops up when I'm using my keyboard annoys me, too.
Click to expand...
Click to collapse
you can disable keyboard selector
On HTC 10?
I'm fairly certain the only way to get rid of it on G4 is to delete/disable all keyboards except one. I use SwiftKey and cannot disable LG Keyboard so I'm stuck with it on this device.
Sammae7 said:
On HTC 10?
I'm fairly certain the only way to get rid of it on G4 is to delete/disable all keyboards except one. I use SwiftKey and cannot disable LG Keyboard so I'm stuck with it on this device.
Click to expand...
Click to collapse
Don't you've something like this:
Settings -> Language & Input -> Selector Icon (ON/OFF)
Did you try long pressing the notification choosing settings and unticking notifications?
I do not have the Selector Icon setting and there is no option to untick it in settings. I have an AT&T version, if that matters.
The Boomsound icon will appear if ANY app is running that autoplays video/audio, including Blinkfeed; News Republic; Facebook, etc. The best way to prevent it from appearing under such circumstances, is to unselect autoplay video in every app.
The reason it's popping up randomly is because of silent videos, like ads on mute, facebook videos on mute, etc.
As for disabling the notification, you might be able to accomplish that with sense toolbox (xposed) but you'd need root.
Ads on mute such as in Instagram causes the notification. It is just not necessary. Hopefully there is a "fix".
Sent from my HTC 10 using XDA-Developers mobile app
This is one of the most annoying things about this phone, together with the fact we can't pick and choose the quick settings in the notification bar. I hope that they will fix... Besides that, so far so good, great phone..
Sent from my HTC 10 using XDA-Developers mobile app
rubi76 said:
This is one of the most annoying things about this phone, together with the fact we can't pick and choose the quick settings in the notification bar. I hope that they will fix... Besides that, so far so good, great phone..
Sent from my HTC 10 using XDA-Developers mobile app
Click to expand...
Click to collapse
Someone else who understands the pain of not being able to edit quick settings! Lol it drives me crazy. I also can't believe they wouldn't include a sync option. I always turn that off overnight.
Sent from my HTC 10 using Tapatalk
droidiac13 said:
Someone else who understands the pain of not being able to edit quick settings! Lol it drives me crazy. I also can't believe they wouldn't include a sync option. I always turn that off overnight.
Sent from my HTC 10 using Tapatalk
Click to expand...
Click to collapse
I say we make a petition to HTC to get quick settings edit back!
Sent from my HTC 10 using XDA-Developers mobile app
This is a Blessing....
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
rubi76 said:
I say we make a petition to HTC to get quick settings edit back!
Sent from my HTC 10 using XDA-Developers mobile app
Click to expand...
Click to collapse
You can actually activate control over the existing toggles for the quicksettings; however, you will not have access to more toggles. Just open the quicksettings, then press and hold on the Settings button until it asks you to activate SystemUI Tuner. For more toggles you'll have to install a custom ROM (e.g., Viper10, LeeDroid, etc.).
Perhaps a custom rom like Leedroid or Viper can help
I've had the phone for a month now and it just started doing this yesterday. I've always had blinkfeed going and it never did it before. I don't have FB or instagram on the phone. I've cleared all recent apps and it still does it, all night long too. It does it every time I turn the phone on from sleep. It's really annoying, anyone figure out why yet?
OK so I noticed that it seems to only do it when " location services" is on
Sent from my HTC 10 using XDA-Developers mobile app

DP3 UX Operation/Visual Differences

So far I've noticed the following. Note this list doesn't include obvious things like "the recent menu now has a clear all". Also I have put this here because I suspect some of the topics will be "where did x go"? Moderators, feel free to move this to the discussion forum if you want.
1. Unfortunately Google has severely toned down or else removed many of the navigation-related animations that were present in DP2. I loved them...
2. The color mode preview image in settings is now a hummingbird instead of simply a drab background.
3. The AOD now has the At A Glance weather image tacked onto the date portion. This includes color, as my display currently has a yellow sun mark.
4. Using gesture navigation, it is now much easier to actually call up the recent list: it kind of pops in place now, aided by haptic feedback that some on Reddit are already complaining about.
5. The "separation icon" that replaced the mini arrow above the homescreen's docked apps is now gone entirely.
6. Haptic feedback overall feels much stronger than before.
7. Some language-translation things have been fixed, yet new ones have appeared. For reference I have my phone set to Japanese and the "Support" tab in Settings is now listed in English whereas before the title was in Japanese, and the gesture navigation setting is now titled in Japanese whereas before it was in English.
8. The OS version is now listed as 9, instead of P.
9. The Sharing menu setting now includes a tab of "previously paired" devices.
10. The home screen now requires manual setting to allow rotation when auto-rotate isn't enabled.
11. The native scaling seems to have been adjusted (or broken) as the navigation bar-based clock seems to either be smaller than before, or else glitch between large and smaller.
Anyone know how to get rid of this? The squashed notification when the quick settings is fully expanded?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my Pixel 2 XL using Tapatalk
Clear your notifications
biggiestuff said:
Anyone know how to get rid of this? The squashed notification when the quick settings is fully expanded?View attachment 4520686
Sent from my Pixel 2 XL using Tapatalk
Click to expand...
Click to collapse
Sent from my Pixel 2 XL using Tapatalk
I don't want to clear it. I want to interact with it. Sometimes it's hard to reach a notification so I use a gesture to expand the quick settings tile further so I can hit reply or Mark as read.
EeZeEpEe said:
Clear your notifications
Sent from my Pixel 2 XL using Tapatalk
Click to expand...
Click to collapse
Sent from my Pixel 2 XL using Tapatalk
So you want full quick settings expansion AND full notifications at the same time? Has it ever been like that? I can't recall.
biggiestuff said:
I don't want to clear it. I want to interact with it. Sometimes it's hard to reach a notification so I use a gesture to expand the quick settings tile further so I can hit reply or Mark as read.
Sent from my Pixel 2 XL using Tapatalk
Click to expand...
Click to collapse
Sent from my Pixel 2 XL using Tapatalk
EeZeEpEe said:
So you want full quick settings expansion AND full notifications at the same time? Has it ever been like that? I can't recall.
Sent from my Pixel 2 XL using Tapatalk
Click to expand...
Click to collapse
Yes. That's how I interact with notifications I can't reach.
Sent from my Pixel 2 XL using Tapatalk
TokyoGuy said:
. . . The AOD now has the At A Glance weather image tacked onto the date portion. This includes color, as my display currently has a yellow sun mark. . .
Click to expand...
Click to collapse
It's been there forewer if you didn't update Google app . . .
Since most of the users did, it dissapeared. For me it was there for the whole Beta 1 stage, earlier I didn't pay attention to it.
Now Playing now works consistentlly, when you double tap on the song, it takes you to Asistant directly with more info displayed.
EeZeEpEe said:
So you want full quick settings expansion AND full notifications at the same time? Has it ever been like that? I can't recall.
Click to expand...
Click to collapse
biggiestuff said:
Yes. That's how I interact with notifications I can't reach.
Click to expand...
Click to collapse
Well, it's that way on 8.1. Must be the "new and improved" Google notification thingy ??
Yeah I already forgot. LOL. Guess I never interacted with notifications with the quick settings all the way down.
Badger50 said:
Well, it's that way on 8.1. Must be the "new and improved" Google notification thingy [emoji16][emoji23]
Click to expand...
Click to collapse
Sent from my Pixel 2 XL using Tapatalk
EeZeEpEe said:
Yeah I already forgot. LOL. Guess I never interacted with notifications with the quick settings all the way down.
Sent from my Pixel 2 XL using Tapatalk
---------- Post added at 08:37 PM ---------- Previous post was at 08:30 PM ----------
Yeah I already forgot. LOL. Guess I never interacted with notifications with the quick settings all the way down.
Click to expand...
Click to collapse
What's the deal with all the double posts I've been seeing on many of these threads?? Must be that time of month for xda labs! ???
Ah. Didn't see it get posted the first time.
Badger50 said:
What's the deal with all the double posts I've been seeing on many of these threads?? Must be that time of month for xda labs! [emoji23][emoji23][emoji23]
Click to expand...
Click to collapse
Sent from my Pixel 2 XL using Tapatalk

Categories

Resources