Obsolete
Status Update
Comments
lb...@gmail.com <lb...@gmail.com> #2
Correction:
isNotificationPolicyAccessGranted
is not the same thing as notification access.
So I have no idea how to use the correct one either, which is:
isNotificationListenerAccessGranted
isNotificationPolicyAccessGranted
is not the same thing as notification access.
So I have no idea how to use the correct one either, which is:
isNotificationListenerAccessGranted
ja...@google.com <ja...@google.com> #3
Thanks for the feedback. We love to hear from the community. We'll pass this feature request to our product and engineering teams for possible consideration.
ni...@gmail.com <ni...@gmail.com> #4
Hi, I just tried Intent(Settings.ACTION_NOTIFICATION_LISTENER_DETAIL_SETTINGS).putExtra(Settings.EXTRA_NOTIFICATION_LISTENER_COMPONENT_NAME, myComponentName.flattenToString())
and it works fine on Android 11s release build, hope that helps.
lb...@gmail.com <lb...@gmail.com> #5
@4 This is indeed very new.
Thanks.
What about SAW and accessibility though?
Thanks.
What about SAW and accessibility though?
lb...@gmail.com <lb...@gmail.com> #6
@4 And "usage access"?
sa...@google.com <sa...@google.com>
ku...@gmail.com <ku...@gmail.com> #7
Hi Team,
Would you please update on Usage Access search feature.
When an intent is launched for USAGE ACESS SETTINGS by any app, then that app name should be highlighted among the list.
It works for Notification Access, but does not work for Usage Access.
Please update, we are waiting since long. Please guide.
Would you please update on Usage Access search feature.
When an intent is launched for USAGE ACESS SETTINGS by any app, then that app name should be highlighted among the list.
It works for Notification Access, but does not work for Usage Access.
Please update, we are waiting since long. Please guide.
lb...@gmail.com <lb...@gmail.com> #8
@7 The request here is for all kinds of special permissions, and make it official.
SAW, accessibility, usage-access...
SAW, accessibility, usage-access...
ba...@google.com <ba...@google.com> #9
Thank you for your feedback. We assure you that we are doing our best to address all issues reported. For now, we will be closing the issue as won't fix obsolete.
ak...@gmail.com <ak...@gmail.com> #10
It isn't obsolete. As you're putting restrictions on privacy so much. There are a lot of usecases where the user has to be redirected to settings to allow a particular permission.
Now scrolling to the App & Highlighting it makes really easier for user to grant permission. Else finding any app in a lot 100-200 apps is a pain.
Why is google getting dumber and dumber every day 🥲
Now scrolling to the App & Highlighting it makes really easier for user to grant permission. Else finding any app in a lot 100-200 apps is a pain.
Why is google getting dumber and dumber every day 🥲
Description
For example, these apps:
However, when looking at the docs, I don't see this being mentioned:
That being said, I think that for ACTION_NOTIFICATION_LISTENER_SETTINGS, we can finally set a componentName and also check whether it's enabled or not:
context.getSystemService(NotificationManager::class.java).isNotificationPolicyAccessGranted
But for some reason starting the Activity to request it doesn't work for me:
startActivityForResult(Intent(Settings.ACTION_NOTIFICATION_LISTENER_SETTINGS)
.putExtra(EXTRA_NOTIFICATION_LISTENER_COMPONENT_NAME, ComponentName(packageName, NotificationMonitor::
Anyway, please make it official, to let all apps use this API, and also make it possible for all kinds of preferences and permissions, and not just for notification-access and accessibility.
I'd like to see it for SAW permission (which now became a list), all that is in "special app access", and other places that I don't know of, that show a list of apps instead of the app itself.