We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae8b20 commit 39ca066Copy full SHA for 39ca066
others/Android-M中Intent的解析/readme.md
@@ -52,7 +52,6 @@ Android Marshmallow introduced App Links. The system basically authenticates wit
52
53
Android棉花糖引进了应用关联。系统主要通过你的web页面来认证,并且自动使用你的app来打开这些URL,而不会向你做任何请求。或者你可以到系统设置,选择“应用程序”,然后点击一个应用,再点击“默认打开方式”,然后设置“用这个应用打开”,就可以每次都使用这个应用打开。
54
55
-Application default setting page in Marshmallow
56

57
58
In that case, queryIntentActivities method will give developers a list with only 1 Activity (which is Google+ in this case).
0 commit comments