Showing
9 changed files
with
8 additions
and
7 deletions
.gitignore
0 → 100644
1 | +demo/Demo_haibao_juhe_sdk/bin |
... | @@ -24,6 +24,7 @@ | ... | @@ -24,6 +24,7 @@ |
24 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> | 24 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
25 | <uses-permission android:name="org.simalliance.openmobileapi.SMARTCARD" /> | 25 | <uses-permission android:name="org.simalliance.openmobileapi.SMARTCARD" /> |
26 | <uses-permission android:name="android.permission.NFC" /> | 26 | <uses-permission android:name="android.permission.NFC" /> |
27 | + | ||
27 | <uses-feature android:name="android.hardware.nfc.hce" /> | 28 | <uses-feature android:name="android.hardware.nfc.hce" /> |
28 | <!-- SDK end --> | 29 | <!-- SDK end --> |
29 | 30 | ||
... | @@ -45,9 +46,7 @@ | ... | @@ -45,9 +46,7 @@ |
45 | </intent-filter> | 46 | </intent-filter> |
46 | </activity> | 47 | </activity> |
47 | <!-- SDK start --> | 48 | <!-- SDK start --> |
48 | - <receiver | 49 | + <receiver android:name="com.yaxd.haibao.sdk.framework.AppInstallReceiver" > |
49 | - android:name="com.yaxd.haibao.sdk.framework.AppInstallReceiver" | ||
50 | - android:label="@string/app_name" > | ||
51 | <intent-filter> | 50 | <intent-filter> |
52 | <action android:name="android.intent.action.PACKAGE_ADDED" /> | 51 | <action android:name="android.intent.action.PACKAGE_ADDED" /> |
53 | <action android:name="android.intent.action.PACKAGE_REPLACED" /> | 52 | <action android:name="android.intent.action.PACKAGE_REPLACED" /> | ... | ... |
... | @@ -24,6 +24,7 @@ | ... | @@ -24,6 +24,7 @@ |
24 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> | 24 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
25 | <uses-permission android:name="org.simalliance.openmobileapi.SMARTCARD" /> | 25 | <uses-permission android:name="org.simalliance.openmobileapi.SMARTCARD" /> |
26 | <uses-permission android:name="android.permission.NFC" /> | 26 | <uses-permission android:name="android.permission.NFC" /> |
27 | + | ||
27 | <uses-feature android:name="android.hardware.nfc.hce" /> | 28 | <uses-feature android:name="android.hardware.nfc.hce" /> |
28 | <!-- SDK end --> | 29 | <!-- SDK end --> |
29 | 30 | ||
... | @@ -45,9 +46,7 @@ | ... | @@ -45,9 +46,7 @@ |
45 | </intent-filter> | 46 | </intent-filter> |
46 | </activity> | 47 | </activity> |
47 | <!-- SDK start --> | 48 | <!-- SDK start --> |
48 | - <receiver | 49 | + <receiver android:name="com.yaxd.haibao.sdk.framework.AppInstallReceiver" > |
49 | - android:name="com.yaxd.haibao.sdk.framework.AppInstallReceiver" | ||
50 | - android:label="@string/app_name" > | ||
51 | <intent-filter> | 50 | <intent-filter> |
52 | <action android:name="android.intent.action.PACKAGE_ADDED" /> | 51 | <action android:name="android.intent.action.PACKAGE_ADDED" /> |
53 | <action android:name="android.intent.action.PACKAGE_REPLACED" /> | 52 | <action android:name="android.intent.action.PACKAGE_REPLACED" /> | ... | ... |
1 | -/com/ |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
-
Please register or login to post a comment