Custom scheme doesn't seem to launch in the app intent
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to create an Android app that needs to use OAuth to authenticate (with the Google Wave data API) I've specified a custom scheme in my AndroidManifest.xml so that any views to a url beginning "braindump://" should go to my app: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.enigmagen.braindump" android:versionName="0.1" android:versionCode="1"> <uses-sdk android:minSdkVersion="7"></uses-sdk> <uses-permission android:name="android.permission.INTERNET"></uses