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() {
39
39
assertNotNull(openOrGetIntent(testContext, " hashtag:thisCouldBeATag" ))
40
40
41
41
@Test
42
- fun openOrGetIntent_other () = assertNull(openOrGetIntent(testContext, " http ://somesite.eu" ))
42
+ fun openOrGetIntent_other () = assertNull(openOrGetIntent(testContext, " https ://somesite.eu" ))
43
43
44
44
}
Original file line number Diff line number Diff line change 318
318
319
319
</application >
320
320
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
+
321
335
</manifest >
You can’t perform that action at this time.
0 commit comments