# RESPECT Jetpack Compose app This is a [Compose Multiplatform](https://www.jetbrains.com/compose-multiplatform/) app. Currently the app only targets Android and Desktop, and only the Andoid build is used. ``` adb shell cmd -w wifi set-wifi-enabled disabled adb shell svc data disable ``` Passkey Gotcha's (thank you Google) API call to get a yes/no answer for delegation authority by checking: https://digitalassetlinks.googleapis.com/v1/assetlinks:check?source.web.site=https://localdev.ustadtesting.ustadmobile.com&relation=delegate_permission/common.get_login_creds&target.android_app.package_name=world.respect.app&target.android_app.certificate.sha256_fingerprint=6D:0E:03:2C:BA:4C:8D:BA:E3:1E:6E:C4:5D:E9:9B:AB:48:30:63:BC:2E:B1:00:DC:9F:6D:D3:A5:00:E2:70:3A * Creation JSON MUST include a timeout, even though it is not required as per the spec. * RPID cannot be validated: when using *.example.org in AndroidManifest and then using an rpId for a subdomain e.g. rpId=school.example.org, then https://school.example.org/.well-known/assetlinks.json itself must return an HTTP 200 OK response (in addition to https://example.org/.well-known/assetlinks.json ).