XML/HTML コードコンテンツをクリップボードにコピー
-
xml バージョン="1.0" エンコーディング="utf-8"?>
-
<マニフェスト xmlns:android=" http://schemas.android.com/apk/res/android"
- パッケージ="com.taoge"
- android:versionCode="2"
- android:versionName="3.24.03" >
-
<uses-sdk
- android:minSdkVersion="8"
- android:targetSdkVersion="17" />
- <アプリケーション
- android:allowBackup="true"
- android:configChanges="orientation|screenSize"
- android:icon="@drawable/logo"
- android:label="@string/app_name"
- android:logo="@drawable/logo"
- android:sharedUserId="android.uid.system"
- android:theme="@android:style/Theme.Light.NoTitleBar" >
-
<アクティビティ
- android:name="xttblog.WelcomeActivity"
- android:excludeFromRecents="true"
- android:screenOrientation="ポートレート"
- android:theme="@android:style/Theme.Light.NoTitleBar" >
-
<インテントフィルター>
-
<アクション android:name=" android.intent.action.MAIN" />
- <カテゴリ android:name=" android.intent.category.LAUNCHER" />
- インテントフィルター>
-
<インテントフィルター>
-
<アクション android:name=" android.intent.action.VIEW" />
- <カテゴリ android:name=" android.intent.category.BROWSABLE" />
- <カテゴリ android:name=" android.intent.category.DEFAULT" />
- <データ android:pathPrefix=" /taoge/open"
- android:scheme="xttblog" />
-
インテントフィルター>
-
アクティビティ>
-
<アクティビティ
- android:name="xttblog.AntRepairActivity"
- android:label="@string/title_activity_ant_repair" >
-
アクティビティ>
-
アプリケーション>
-
マニフェスト>
次に、Web ページで xttblog://taoge/open にアクセスする必要があります。 script、iframe、img など、使用できる要素は多数あります。 src 属性を使用して、xttblog://taoge/open にアクセスします。 html5 コードは次のとおりです:
XML/HTML コードコンテンツをクリップボードにコピー
- >
-
<html>
-
<スクリプト>
-
function openapp(){
-
document.getElementById('xttblog').innerHTML=';
;
-
}
-
スクリプト>
-
<ボディ>
-
<div style=" 表示: none;" id="xttblog">div>
- <入力 type="ボタン" 値=「アプリを開く」 onclick= "openapp();">
- ボディ>
-
html>