Bug 986164 - Provide fake robocop share handlers for images and enable testPictureLinkContextMenu on Android 2.3; r=snorp

This commit is contained in:
Geoff Brown 2014-06-17 17:34:02 -06:00
Родитель 482211a863
Коммит 64fd2dfc40
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -23,6 +23,7 @@
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/*" />
<data android:mimeType="image/*" />
</intent-filter>
</activity>
@ -34,6 +35,7 @@
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/*" />
<data android:mimeType="image/*" />
</intent-filter>
</activity>

Просмотреть файл

@ -67,8 +67,6 @@ skip-if = processor == "x86"
[testPasswordProvider]
# [testPermissions] # see bug 757475
[testPictureLinkContextMenu]
# disabled on 2.3; bug 986164
skip-if = android_version == "10"
[testPrefsObserver]
[testPrivateBrowsing]
[testPromptGridInput]