PEConn
PEConn
The single parameter version of launch is only used for tests - it shouldn't be public. In fact we could probably remove it altogether and just create a convenience method...
`getDetails` changes were made in #350 .
`listPurchases` didn't actually change that much for backwards compatibility, but I extracted some common logic for `listPurchaseHistory` in #353 .
For your use case, would it not work to have a native Android Activity as part of your TWA? The link on your webpage could then be to a custom...
The most recent issue looks like it was caused by the browser misbehaving (throwing an exception) when we try to create a new session. We should be able to try/catch...
The Custom Tabs connection does provide [page load callbacks](https://developer.android.com/reference/androidx/browser/customtabs/CustomTabsCallback#summary). We could look into having a "SW registered" event for the first page load. We'll have to run it by privacy...
Oh wow, that's impressive - how did you manage to get a device with no browser installed whatsoever? I think we had always assumed that there would be some browser...
So you're finding that the URL bar is hidden on Android N/O/P, but that it appears on Android 10/11/12?
Could you provide your APK?
Hey, Sorry for the delay. Currently the only way to pass information from JS notifications to the DelegationService is to encode it in the notification tag or id.