App update rejected due to Foreground service permissions

Hi all,

We’ll fix this issue in our 6.0.0 release. Starting from 6.0.0, developers can remove the permission in the project manifest if the project is not using the screen-sharing feature.

<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PROJECTION" tools:node="remove" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" tools:node="remove" />
<service
    android:name="com.zipow.videobox.share.ScreenShareServiceForSDK"
    android:exported="false"
    android:foregroundServiceType="microphone|connectedDevice"
    tools:replace="android:foregroundServiceType"
    android:label="Zoom"/>

Thank you

Elaine

2 Likes