No bug - Make robocop.apk debuggable. r=me

--HG--
extra : commitid : 2RnxWaFxPjd
extra : rebase_source : 0f8c0841a9fc92d6c359199c664082be2241f44c
This commit is contained in:
Nick Alexander 2015-06-17 09:54:47 -07:00
Родитель 0b675296da
Коммит 8d1cbf788d
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -14,12 +14,16 @@
#endif
android:targetSdkVersion="@ANDROID_TARGET_SDK@"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<instrumentation
android:name="org.mozilla.gecko.FennecInstrumentationTestRunner"
android:targetPackage="@ANDROID_PACKAGE_NAME@" />
<application
android:label="@string/app_name" >
android:label="@string/app_name"
android:debuggable="true">
<uses-library android:name="android.test.runner" />
<!-- Fake handlers to ensure that we have some share intents to show in our share handler list -->