File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
androidTest/java/it/feio/android/omninotes/helpers Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,6 @@ class TagOpenerHelperTest : BaseAndroidTestCase() {
3939 assertNotNull(openOrGetIntent(testContext, " hashtag:thisCouldBeATag" ))
4040
4141 @Test
42- fun openOrGetIntent_other () = assertNull(openOrGetIntent(testContext, " http ://somesite.eu" ))
42+ fun openOrGetIntent_other () = assertNull(openOrGetIntent(testContext, " https ://somesite.eu" ))
4343
4444}
Original file line number Diff line number Diff line change 318318
319319 </application >
320320
321+ <queries >
322+ <intent >
323+ <action android : name =" android.intent.action.DIAL" />
324+ </intent >
325+ <intent >
326+ <action android : name =" android.intent.action.SENDTO" />
327+ <data android : scheme =" mailto" />
328+ </intent >
329+ <intent >
330+ <action android : name =" android.intent.action.VIEW" />
331+ <data android : scheme =" http" />
332+ </intent >
333+ </queries >
334+
321335</manifest >
You can’t perform that action at this time.
0 commit comments