You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When registering a capability, it automatically gets an implicit intent so that the providing app can use it without having to declare an intent. But, when unregistering a capability, its implicit intent is not removed.
Expected behavior
The implicit intent is also removed when unregistering a capability.
Environment
SCION Workbench version: 0.0.0-beta.29
Angular version: 8.x
The text was updated successfully, but these errors were encountered:
I thought that registering intents was public API (like for registering capabilities dynamically). If that was the case, it should also be possible to unregister intents. But I was mistaken, as registering intents is not possible other than by declaring them in the manifest...
Current behavior
When registering a capability, it automatically gets an implicit intent so that the providing app can use it without having to declare an intent. But, when unregistering a capability, its implicit intent is not removed.
Expected behavior
The implicit intent is also removed when unregistering a capability.
Environment
The text was updated successfully, but these errors were encountered: