Vo Thanh Tung
Vo Thanh Tung
@andreban an Could you explain why mSession is null? what is root case lead to session to null? Because it didn't happen on the chrome custom tab https://github.com/GoogleChrome/custom-tabs-client even we...
@PEConn We dont log the browser but our app now only support Chrome package. so it should be chrome.
@PEConn Thank you for the reply. I am following the package's demo. https://github.com/GoogleChrome/android-browser-helper/blob/1f9d8febb6fad15b185a79aa890f9e8ee6935d74/demos/twa-custom-launcher/src/main/java/com/google/androidbrowserhelper/launchtwa/LaunchTwaActivity.java#L61-L71 As you see, in the code the CustomTabsCallback in line 61 is also null. `mSession = client.newSession(null,...
@PEConn Any ideas why generate session return different results between androidbrowserhelper and old package custom-tab-client? thanks