[Fix] (ci): make retrace APK debuggable

This commit is contained in:
2026-06-16 18:09:46 +08:00
parent 565649e3b6
commit 19c0ae4e33
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<application android:debuggable="true">
<activity
android:name=".trace.TraceReplayActivity"
android:exported="true"