Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -37,8 +37,7 @@ | ... | @@ -37,8 +37,7 @@ |
37 | 37 | ||
38 | ```xml | 38 | ```xml |
39 | <receiver | 39 | <receiver |
40 | - android:name="com.gzyouai.fengniao.sdk.framework.AppInstallReceiver" | 40 | + android:name="com.gzyouai.fengniao.sdk.framework.AppInstallReceiver" > |
41 | - android:label="@string/app_name" > | ||
42 | <intent-filter> | 41 | <intent-filter> |
43 | <action android:name="android.intent.action.PACKAGE_ADDED" /> | 42 | <action android:name="android.intent.action.PACKAGE_ADDED" /> |
44 | <action android:name="android.intent.action.PACKAGE_REPLACED" /> | 43 | <action android:name="android.intent.action.PACKAGE_REPLACED" /> | ... | ... |
-
Please register or login to post a comment