We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319ef55 commit 5b539dbCopy full SHA for 5b539db
plugins/opener/android/src/main/java/OpenerPlugin.kt
@@ -2,7 +2,7 @@
2
// SPDX-License-Identifier: Apache-2.0
3
// SPDX-License-Identifier: MIT
4
5
-package app.tauri.shell
+package app.tauri.opener
6
7
import android.app.Activity
8
import android.content.Intent
@@ -27,4 +27,4 @@ class OpenerPlugin(private val activity: Activity) : Plugin(activity) {
27
invoke.reject(ex.message)
28
}
29
30
-}
+}
0 commit comments