updates to android debug query

This commit is contained in:
Jami Cogswell
2022-07-28 15:11:10 -04:00
parent 6720dba8e7
commit cf39cc0909
5 changed files with 13 additions and 14 deletions

View File

@@ -1 +1 @@
| TestTrue.xml:7:5:17:30 | debuggable=true | Warning: 'android:debuggable=true' set |
| TestTrue.xml:7:5:17:30 | debuggable=true | Warning: debuggable attribute enabled |

View File

@@ -24,6 +24,6 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application> <!-- test -->
</application>
</manifest>

View File

@@ -23,6 +23,6 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application> <!-- test -->
</application>
</manifest>

View File

@@ -24,6 +24,6 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application> <!-- test -->
</application>
</manifest>