I am attempting to install my app on my new Samsung Galaxy S8 for the first time from Android Studio. When I do so, I get the following error message:
Installation failed with message Failed to finalize session : INSTALL_FAILED_DUPLICATE_PERMISSION: Package bbct.android attempting to redeclare permission bbct.android.lite.permission.READ already owned by com.samsung.android.bixby.agent.
Why does Bixby own my permission? More importantly how do I fix this?
com.samsung.android.bixby.agent
. Based on the error, they should have a<permission>
element that declaresbbct.android.lite.permission.READ
. – Pontifexcom.samsung.android.bixby.agent
does in fact have the permissionbbct.android.lite.permission.READ
, – Foucquetbbct.android.lite.permission.READ
which is identical to the one I am trying to declare. It looks like I will have to change my permission name. – Foucquet