国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 開發(fā)設(shè)計(jì) > 正文

點(diǎn)擊鏈接跳到指定的app

2019-11-09 16:55:57
字體:
供稿:網(wǎng)友

1.首先在app里面MIANACTIVITY追加下面的內(nèi)容

    

<activity    android:name=".MainNovelActivity"    android:resizeableActivity="false"    android:screenOrientation="portrait"    android:theme="@style/APPTheme.Welcome">    <intent-filter>        <action android:name="android.intent.action.MAIN"/>        <category android:name="android.intent.category.LAUNCHER"/>    </intent-filter>    <intent-filter>        <action android:name="android.intent.action.VIEW"/>        <category android:name="android.intent.category.DEFAULT" />        <category android:name="android.intent.category.BROWSABLE" />        <data android:scheme="hpd"/>    </intent-filter></activity>
然后編輯腳本html
<html><head> <meta charset="utf-8"></head><body>  <script>     function isInstalled(){		var the_href=$(".down_app").attr("href");//獲得下載鏈接		window.location="apps custom url schemes";//打開某手機(jī)上的某個(gè)app應(yīng)用		setTimeout(function(){			window.location=the_href;//如果超時(shí)就跳轉(zhuǎn)到app下載頁		},500);    }    function doCallApp() {       window.location="hpd://bid/info?id=20170200019"    }  </script>  <br>  <a href="hpd://bid/info?id=20170200019">app link</a>  <br>  <br>  <button id="callApp" onclick="doCallApp()">Call App<tton></body><html>
然后在MAINACTIVITY里面設(shè)置跳轉(zhuǎn)到特定界面的方法
Intent i_getvalue = getIntent();String action = i_getvalue.getAction();if(Intent.ACTION_VIEW.equals(action)) {    Uri uri = i_getvalue.getData();    if (uri != null) {        String id = uri.getQueryParameter("id");        Log.d("TAg",id);        Intent intent = new Intent();        intent.setClass(this, BorrowDetailsActivity.class);        intent.putExtra(EXTRA_KEY_2, id);        startActivity(intent);    }}


發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 中宁县| 收藏| 长阳| 潜江市| 云浮市| 筠连县| 新营市| 曲周县| 海口市| 民县| 明水县| 乌兰县| 海伦市| 霍山县| 蕉岭县| 汾西县| 六安市| 长寿区| 莫力| 图片| 麻栗坡县| 河西区| 达日县| 曲水县| 五河县| 西城区| 麻城市| 宁德市| 精河县| 漳州市| 工布江达县| 黄山市| 长岛县| 莱芜市| 多伦县| 哈尔滨市| 黄陵县| 马边| 揭西县| 丰原市| 班戈县|