mirror of
https://github.com/fosrl/newt.git
synced 2026-03-02 08:46:42 +00:00
Add mobile subs for permission
This commit is contained in:
8
clients/permissions/permissions_android.go
Normal file
8
clients/permissions/permissions_android.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build android
|
||||
|
||||
package permissions
|
||||
|
||||
// CheckNativeInterfacePermissions always allows permission on Android.
|
||||
func CheckNativeInterfacePermissions() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user