Hello
If you know the package name of the app, send the following script:
enable_system_app <packagename>
Which device model of Samsung? What is the Android firmware version it is running?
What are the version and build numbers of your device agent?
What is the bundle ID of the app?
As Edgar says above
enable_system_app <packagename>
I have blank file sync rule that runs a script at the end for the gallery, camera etc.
Hello Adam,
Thank you for requesting response, please confirm if you have any Application run control assigned to the device.
Regards,
Hi Raymond, We have a large variety of devices from Samsung Tab A's to Samsung A10's, A20s etc.
Most of the devices are running Android 10, however, there are some still left to update on Android 9.
The agent versions also vary from 10.1.3.1027 to 10.4.0.1028.
The bundle ID of the app is com.sec.app.screenrecorder
Hi JVMOD, We do have a application run control assigned to the devices.
This is only set to blacklist the "Samsung Galaxy Store" & "Game Launcher".
Hello Adam,
Thank you for your response, please try to send following script -
Manualblacklist add com.sec.app.screenrecorder
Manualblacklist off
restartagent
Regards,
Hello Adam,
Thank you for your prompt response, we need to investigate this issue further and might need to collect logs from the device.
Please reach out to Technical Support team by creating a case or dial +1-905-624-9828.
Please click here to log a case online.
Note - please find contact numbers here with respect to specific region as above mention number is only for Canada.
Regards,
Hi Adam,
Do you have lockdwon/kiosk mode enabled on your devices? If so, you have to whitelist the app in your AE lockdown profile configuration payload. This assumes that you have already used
enable_system_app om.sec.app.screenrecorder
to unhide the app and you have deployed to your deice an AE feature-control profile configuration payload with no "Disable Screen Capture" or related options enabled.
Also, I am so very surprised that a moderator from Soti will waste your time by recommending a meaningless script like
Manualblacklist add com.sec.app.screenrecorder
Manualblacklist off
restartagent
The first line adds the app to the application-run-control blacklist, which is the opposite to what you need. The second line immediately turn off the blacklist, which immediately makes the first line totally redundant if the blacklist shoud be turned off.