VMware Workspace ONE Community
ohholyjoely
Contributor
Contributor
Jump to solution

Android Location Notifications

We're new to the UEM world. We've been running Knox for about three years and we've made the jump. Everything is setup perfectly for our corporate-owned Android Samsung tablets --- except one thing. I added a Profile - Permissions and gave full GRANT on all permission on about 3 apps that require location tracking. The tablet will constantly alert that "Your IT admin is allowing X to access your location". If you clear the notifications, sooner or later it will all trigger again.

We're using Launcher, if that makes a difference.

0 Kudos
1 Solution

Accepted Solutions
i-nsert-co-in
Contributor
Contributor
Jump to solution

Deploy Samsung Knox Service Plugin (com.samsung.android.knox.kpu) as a Public application.

Create an assignment.

Under Application Configuration, edit Device-wide policies (DO).

Under Application management policies, refer to the Notification allowlist.

 

The following regex expression states that all notifications should be allowed except for those that come from Permission Controller or Settings:

^(?!.*com.google.android.permissioncontroller|com.android.settings).*$

 

View solution in original post

0 Kudos
4 Replies
ohholyjoely
Contributor
Contributor
Jump to solution

Any ideas??

0 Kudos
i-nsert-co-in
Contributor
Contributor
Jump to solution

Deploy Samsung Knox Service Plugin (com.samsung.android.knox.kpu) as a Public application.

Create an assignment.

Under Application Configuration, edit Device-wide policies (DO).

Under Application management policies, refer to the Notification allowlist.

 

The following regex expression states that all notifications should be allowed except for those that come from Permission Controller or Settings:

^(?!.*com.google.android.permissioncontroller|com.android.settings).*$

 

0 Kudos
ohholyjoely
Contributor
Contributor
Jump to solution

Awesome thanks! Trying this out now.

0 Kudos
psiwi1
Enthusiast
Enthusiast
Jump to solution

I am having the exact same issue with these notifications.

I have deployed the Knox Service Plugin as Pubic app with the recommended notification setting. But it seems to be missing and I still get those notifications.

 

I am copying this expression and using as it is:

 

^(?!.*com.google.android.permissioncontroller|com.android.settings).*$

 

Thanks heaps in advance for any pointers.  

0 Kudos