An open API service indexing awesome lists of open source software.

https://github.com/androidovshchik/flutter_kiosk

A Flutter plugin for kiosk mode in Android
https://github.com/androidovshchik/flutter_kiosk

android cosu flutter kiosk

Last synced: 10 months ago
JSON representation

A Flutter plugin for kiosk mode in Android

Awesome Lists containing this project

README

          

# flutter_kiosk
> A Flutter plugin for kiosk mode in Android

Scan qr code to install example app as device owner:

## Getting Started

To set device owner with command line:

$ adb shell dpm set-device-owner androidovshchik.flutter_kiosk_example/androidovshchik.flutter_kiosk.AdminReceiver

To get the checksum of apk:

$ apksigner verify -print-certs *.apk | grep -Po "(?<=SHA-256 digest:) .*" | xxd -r -p | openssl base64 | tr -- '+/' '-_'