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
i screwed up and uninstalled shelter instead of a sheltered app (went to app info on a shortcut and didn't read...) - ofc without removing the profile as described in the readme.
when i try to reinstall the apk downloaded from fdroid, i'm getting "the package conflict with an existing package by the same name".
does anyone know a way around this?
The text was updated successfully, but these errors were encountered:
It is as @AntarCrypto said you have to use adb to remove your workprofile.
Those who are looking for exact commands can refer to these:
adb shell pm list users - To get the list of user adb shell pm remove-user user-number - To remove the profile
Replace user-number with the output you get from the first command, usually user '0' is you/main profile. DO NOT remove it recklessly. Look for user name like DUAL_APP and remove the corresponding profile.
i screwed up and uninstalled shelter instead of a sheltered app (went to app info on a shortcut and didn't read...) - ofc without removing the profile as described in the readme.
when i try to reinstall the apk downloaded from fdroid, i'm getting "the package conflict with an existing package by the same name".
does anyone know a way around this?
The text was updated successfully, but these errors were encountered: