I'm implementing Trusted Web Activities in my Android project, and as I understand it keeps data synchronised with Chrome.
Is there a way to make data used inside the app private and not saved -like form fields and history- ?
I'm implementing Trusted Web Activities in my Android project, and as I understand it keeps data synchronised with Chrome.
Is there a way to make data used inside the app private and not saved -like form fields and history- ?
This is not possible, as opening an Trusted Web Activity in an "Incognito Mode" is not currently supported.