I'm working on a script that analyzes the AndroidManifest.xml of decompiled apps and detects if they contain a TWA or not.
Is there a better approach for detecting a TWA than analyzing the AndroidManifest? I'm currently checking if the below activity is defined in the manifest or not, but almost all the apps from my dataset gave negative results;
<activity android:name="com.google.androidbrowserhelper.trusted.LauncherActivity">