PWA Player: Add PWA_ID to broadcast extras
Description
Add an extra field PWA_ID
to broadcast extras. This is an extension to already merged MR: !2 (merged)
Issue(s)
https://gitlab.e.foundation/e/backlog/-/issues/4945
Test environment
Gradle build against 4945-pwa_broadcast branch, install the apk into the device
Test procedures
Technical details
New intent extras for each broadcast include:
- SHORTCUT_ID - string shortcut id.
- URL - string url of the pwa. This is to be set as Intent data to launch the PWA.
- PWA_ID - long type id of the PWA in PWA Player database. This id is needed to launch a PWA.
Screenshots
Check list
-
Self review -
Test procedure explained -
Tested on fresh install -
Tested applied as an update -
License -
Internal documentation -
User documentation