[Fix] (ci): validate debuggable retrace APKs

This commit is contained in:
2026-06-16 19:31:34 +08:00
parent 19c0ae4e33
commit 4e3679c7b7
5 changed files with 36 additions and 33 deletions
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application android:debuggable="true">
<application>
<activity
android:name=".trace.TraceReplayActivity"
android:exported="true"