As a developer using the Android Studio IDE I want to be able to unbind services so that I can remove a previously created binding between services.
*Acceptance Criteria*
- In the list view, show which services are currently bound. Show a "unbind" button next to that service - Demo video of this functionality - Documentation to accompany this
*Notes*
- call out to CLI delete integration <seviceInstanceID1> <serviceInstanceID2> - when we click the lit up icon alert to make sure they want to remove the integration (show tool tip) |
|