I'm trying to install the app on my Samsung M31s phone, but every time I'm getting the following error -
Error: INSTALL_FAILED_DUPLICATE_PERMISSION: Package com.glance.tv.internal attempting to redeclare permission glance.sdk.api.status.permission.READ already owned by com.samsung.android.dynamiclock'
Is there any way to bypass this permission? I tried removing it from the manifesto, but it is still not working.
<permission
android:name="com.glance.PERMISSION_READ"
android:protectionLevel="normal" />