Showing
3 changed files
with
4 additions
and
2 deletions
... | @@ -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 | ||
... | @@ -40,7 +41,6 @@ | ... | @@ -40,7 +41,6 @@ |
40 | android:theme="@android:style/Theme.NoTitleBar.Fullscreen" > | 41 | android:theme="@android:style/Theme.NoTitleBar.Fullscreen" > |
41 | <intent-filter> | 42 | <intent-filter> |
42 | <action android:name="android.intent.action.MAIN" /> | 43 | <action android:name="android.intent.action.MAIN" /> |
43 | - | ||
44 | <category android:name="android.intent.category.LAUNCHER" /> | 44 | <category android:name="android.intent.category.LAUNCHER" /> |
45 | </intent-filter> | 45 | </intent-filter> |
46 | </activity> | 46 | </activity> |
... | @@ -61,7 +61,8 @@ | ... | @@ -61,7 +61,8 @@ |
61 | android:name="com.youai.sdk.YouaiSDK" | 61 | android:name="com.youai.sdk.YouaiSDK" |
62 | android:label="youai_sdk" | 62 | android:label="youai_sdk" |
63 | android:launchMode="singleTask" | 63 | android:launchMode="singleTask" |
64 | - android:theme="@android:style/Theme.Dialog" /> | 64 | + android:theme="@android:style/Theme.Dialog" > |
65 | + </activity> | ||
65 | 66 | ||
66 | <service | 67 | <service |
67 | android:name="com.youai.sdk.YouaiService" | 68 | android:name="com.youai.sdk.YouaiService" | ... | ... |
... | @@ -11,4 +11,5 @@ | ... | @@ -11,4 +11,5 @@ |
11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt | 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt |
12 | 12 | ||
13 | # Project target. | 13 | # Project target. |
14 | +# Project target. | ||
14 | target=android-20 | 15 | target=android-20 | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment