mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
excluded action main from query results, added unit test
This commit is contained in:
@@ -102,6 +102,13 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<!-- Safe: has action 'android.intent.category.MAIN' --> <activity
|
||||
android:name=".Activity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user