mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
clean up companion device pairing
This commit is contained in:
parent
b95dcbb26e
commit
45ce83db99
2 changed files with 21 additions and 25 deletions
|
|
@ -289,9 +289,6 @@ class MainActivity : AppCompatActivity(), Logging,
|
|||
return getMissingPermissions(perms)
|
||||
}
|
||||
|
||||
/** Ask the user to grant camera permission */
|
||||
fun requestBTScanPermission() = requestPermission(getCameraPermissions(), false)
|
||||
|
||||
/** Ask the user to grant camera permission */
|
||||
fun requestCameraPermission() = requestPermission(getCameraPermissions(), false)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue