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
* Warn when option could not be set because the option does not exist ([7ec6504](https://github.com/ReVanced/revanced-library/commit/7ec650461935faf2a8fbb667db3cf137157b70b5))
* Detect if app is installed by fixing inversion ([649f06b](https://github.com/ReVanced/revanced-library/commit/649f06b19dd4d2a3f3216a0b3ea947b9fe0d475f))
Exception("Failed to find installed package \"$packageName\" because no activity was found")
130
+
internalclassFailedToFindInstalledPackageException internal constructor(packageName:String) : Exception("Failed to find installed package \"$packageName\" because no activity was found")
132
131
133
132
internalclassPackageNameRequiredException internal constructor() : Exception("Package name is required")
0 commit comments