Hi everyone.
Similar problem. Two differences. First - Android 9. Second - no any prompt, that something has been restricted by administrator, you just can not answer incoming call and you can not do anything during outgoing call (but you can make a call using phone app, that is allowed in launcher).
Only com.samsung.android.incallui in hidden apps brought calling interface back. But! No popup calling interface. During incoming call you need to open notification center, tap on incoming call, than you can tap answer. On lock screen you have no chance to answer.
I have added to hidden apps:
com.android.phone
- com.android.server.telecom
- com.android.incallui
- com.samsung.android.incallui
- com.android.incallui.incallactivity
And as far as nothing is blocked, i see nothing in Blacklisted Apps.
Solved.
First, I forgot to place an emphasis, i have work managed android for enterprise devices.
Second, it’s enough to add just com.samsung.android.incallui in hidden apps. No other ids take any affect.
And the third, while it’s AFE, you need to add custom xml section in your launcher profile. This activates notification permission for launcher.
“<characteristic
type="com.airwatch.android.androidwork.launcher"
uuid="568bc89d-1df8-4ce9-a041-e5a24acdb7ab"><parm name="SkipCosuSetup" value="True"/><parm name="AllowNotificationPermission"
value="True"/><parm name="AllowStatusBar" value="True"/></characteristic>“
Hi,
Just an update to this thread. I also had to add the com.samsung.android.dialer as a hidden application or the users could not use the phone dialler after a reboot - seemed ok with the launcher prfile first assigned but did not persist over a reboot. Work Manged devices, Android 10, Samsung.
So,
Hidden apps
com.samsung.android.dialer
com.samsung.android.incallui
Custom setting
<characteristic type="com.airwatch.android.androidwork.launcher" uuid="568bc89d-1df8-4ce9-a041-e5a24acdb7ec"><parm name="SkipCosuSetup" value="True"/></characteristic>
<characteristic type="com.airwatch.android.androidwork.launcher" uuid="568bc89d-1df8-4ce9-a041-e5a24acdb7ec"><parm name="SkipUsageAccessPermission" value="True"/></characteristic>