Whilst trying to get an old smartwatch working I need to open the relevant app by sending a link to it. As shown in the logs:
10-23 16:40:59.545 1426 1487 I ActivityTaskManager: START u0 {act=android.intent.action.VIEW cat=[android.intent.category.BROWSABLE] dat=pebble://custom-boot-config-url/... flg=0x14000000 cmp=com.getpebble.android.basalt/com.getpebble.android.main.activity.MainActivity (has extras)} from uid 10098
The custom URL is never recognised by the app, no matter how I send it (e.g. from a browser, another app, ADB etc. etc). I wondered if this is related to Android 13 but I have seen reference to someone using a Pixel 7 getting this to work. For me, the app always opens without ever recognising the custom URL.
Is there any reason why GrapheneOS in particular might prevent this?