Feature Request #10738
closedScreen usage violate policy
100%
Files
Updated by Sandaru Daminda about 1 year ago
- Due date changed from 28/02/2024 to 21/03/2024
Updated by Viranga Gunarathna about 1 year ago
- Project changed from product-uem 6.1.0 GA to product-uem 6.2.0 GA
Updated by Sandaru Daminda 12 months ago
- Due date changed from 21/03/2024 to 10/05/2024
- Start date changed from 21/02/2024 to 28/04/2024
Updated by Sandaru Daminda 11 months ago
- Tracker changed from Bug to Feature Request
- Subject changed from Improve Screen usage policy and accuracy to Screen usage violate policy
Updated by Kavin Prathaban 11 months ago
- Status changed from New to 12
- % Done changed from 0 to 100
Updated by Arshana Atapattu 9 months ago
- File Screenshot_20240703_183551_Wikipedia.jpg Screenshot_20240703_183551_Wikipedia.jpg added
- File Screenshot_20240703_183706_One UI Home.jpg Screenshot_20240703_183706_One UI Home.jpg added
- File Screenshot_20240703_184310_Gmail.jpg Screenshot_20240703_184310_Gmail.jpg added
- File Screenshot_20240703_184441_One UI Home.jpg Screenshot_20240703_184441_One UI Home.jpg added
- Status changed from 12 to 9
The specified time on policy does not honor on the device side.
EX: let's say gmail app was set to 30 mins usage time and on device side when we use only around 1-2 mins app gets blocked.
this happened on all apps.
On Wikipedia app:
Started time: 18.35 [1]
Blocked time: 18.372
On Gmail app:
Started time: 18.43 [3]
Blocked time: 18.44 [4]
Payload of the policy: [5]
Issue 2: Apps period were configured as per day. But after a day, apps are still not accessible(blocked)
[1]
[2]
[3]
[4]
[5]
{
"policyName":"App usage screen usage",
"description":"App usage screen usage",
"active":true,
"compliance":"enforce",
"ownershipType":null,
"policyType":"GENERAL",
"profile":{
"profileName":"App usage screen usage",
"deviceType":"android",
"profileFeaturesList":[
{
"featureCode":"APP_USAGE",
"deviceType":"android",
"content":{
"isNetworkUsageEnabled":false,
"isBlockMeteredConnectionEnabled":false,
"isScreenUsageTrackingEnabled":true,
"appsScreenUsageData":[
{
"packageName":"com.google.android.youtube",
"allowedTimeType":"Minutes",
"periodTimeType":"86400",
"allowedTime":"10"
},
{
"packageName":"com.android.chrome",
"allowedTimeType":"Minutes",
"periodTimeType":"86400",
"allowedTime":"10"
},
{
"packageName":"org.wikipedia",
"allowedTimeType":"Minutes",
"periodTimeType":"86400",
"allowedTime":"20"
},
{
"packageName":"com.google.android.gm",
"allowedTimeType":"Minutes",
"periodTimeType":"86400",
"allowedTime":"30"
},
{
"packageName":"com.facebook.katana",
"allowedTimeType":"Minutes",
"periodTimeType":"86400",
"allowedTime":"20"
}
],
"isScreenUsageNotificationsEnabled":true
},
"correctiveActions":[
]
}
]
},
"deviceGroups":[
{
"id":59,
"name":"Test Devices"
}
],
"roles":[
"ANY"
],
"users":[
]
}
Updated by Kavin Prathaban 9 months ago
- Status changed from 9 to 12
Updated by Arshana Atapattu 9 months ago
- Status changed from 12 to 11
There is a issue with time interval.
When a app was allocated 5mins of screen time and when app exceed the allocated time app gets blocked.
But the app should be unblocked on the next day(12am)(Consider per day, per month). Currently this is not refreshing(allocated quota) happening.
Updated by Kavin Prathaban 9 months ago
- Status changed from 11 to 12
Arshana Atapattu wrote in #note-9:
There is a issue with time interval.
When a app was allocated 5mins of screen time and when app exceed the allocated time app gets blocked.
But the app should be unblocked on the next day(12am)(Consider per day, per month). Currently this is not refreshing(allocated quota) happening.
Fix added for the above issue, and improvements on calculating screen usage:
https://repository.entgra.net/proprietary/android-agent/pulls/90