mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
fixed typo in unit tests; added a couple more tests
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<action android:name="android.intent.action.DOCUMENTS_PROVIDER"/>
|
||||
|
||||
</intent-filter>
|
||||
</service>
|
||||
</provider>
|
||||
|
||||
<!-- Safe: 'android:exported' explicitly set --> <activity
|
||||
android:name=".Activity"
|
||||
@@ -73,7 +73,25 @@
|
||||
<action android:name="android.intent.action.DOCUMENTS_PROVIDER"/>
|
||||
|
||||
</intent-filter>
|
||||
</service>
|
||||
</provider>
|
||||
|
||||
<!-- $ hasImplicitExport --> <provider
|
||||
android:name=".MyCloudProvider"
|
||||
android:readPermission=".TestRead">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.DOCUMENTS_PROVIDER"/>
|
||||
|
||||
</intent-filter>
|
||||
</provider>
|
||||
|
||||
<!-- $ hasImplicitExport --> <provider
|
||||
android:name=".MyCloudProvider"
|
||||
android:writePermission=".TestWrite">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.DOCUMENTS_PROVIDER"/>
|
||||
|
||||
</intent-filter>
|
||||
</provider>
|
||||
|
||||
<!-- Safe: has category 'android.intent.category.LAUNCHER' --> <activity
|
||||
android:name=".Activity">
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
<action android:name="android.intent.action.DOCUMENTS_PROVIDER"/>
|
||||
|
||||
</intent-filter>
|
||||
</service>
|
||||
</provider>
|
||||
|
||||
<!-- Safe: 'android:exported' explicitly set --> <activity
|
||||
android:name=".Activity"
|
||||
@@ -74,7 +74,25 @@
|
||||
<action android:name="android.intent.action.DOCUMENTS_PROVIDER"/>
|
||||
|
||||
</intent-filter>
|
||||
</service>
|
||||
</provider>
|
||||
|
||||
<!-- Safe: 'application' element has 'permission' attribute --> <provider
|
||||
android:name=".MyCloudProvider"
|
||||
android:readPermission=".TestRead">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.DOCUMENTS_PROVIDER"/>
|
||||
|
||||
</intent-filter>
|
||||
</provider>
|
||||
|
||||
<!-- Safe: 'application' element has 'permission' attribute --> <provider
|
||||
android:name=".MyCloudProvider"
|
||||
android:writePermission=".TestWrite">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.DOCUMENTS_PROVIDER"/>
|
||||
|
||||
</intent-filter>
|
||||
</provider>
|
||||
|
||||
<!-- Safe: has category 'android.intent.category.LAUNCHER' --> <activity
|
||||
android:name=".Activity">
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<action android:name="android.intent.action.DOCUMENTS_PROVIDER"/>
|
||||
|
||||
</intent-filter>
|
||||
</service>
|
||||
</provider>
|
||||
|
||||
<!-- Safe: 'android:exported' explicitly set --> <activity
|
||||
android:name=".Activity"
|
||||
@@ -73,7 +73,25 @@
|
||||
<action android:name="android.intent.action.DOCUMENTS_PROVIDER"/>
|
||||
|
||||
</intent-filter>
|
||||
</service>
|
||||
</provider>
|
||||
|
||||
<!-- Safe: in build directory --> <provider
|
||||
android:name=".MyCloudProvider"
|
||||
android:readPermission=".TestRead">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.DOCUMENTS_PROVIDER"/>
|
||||
|
||||
</intent-filter>
|
||||
</provider>
|
||||
|
||||
<!-- Safe: in build directory --> <provider
|
||||
android:name=".MyCloudProvider"
|
||||
android:writePermission=".TestWrite">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.DOCUMENTS_PROVIDER"/>
|
||||
|
||||
</intent-filter>
|
||||
</provider>
|
||||
|
||||
<!-- Safe: has category 'android.intent.category.LAUNCHER' --> <activity
|
||||
android:name=".Activity">
|
||||
|
||||
Reference in New Issue
Block a user