Commit dfd38d926e52a9a840f1e8a966328bef2fe3a66d
1 parent
4bba639768
Exists in
master
增加pushservice 在manifest中的声明
Showing 1 changed file with 5 additions and 2 deletions Side-by-side Diff
android/GameSDKSample/AndroidManifest.xml
... | ... | @@ -80,6 +80,9 @@ |
80 | 80 | android:configChanges="orientation|screenLayout" |
81 | 81 | android:theme="@style/ex_win" > |
82 | 82 | </activity> |
83 | + | |
84 | + <service android:name="com.gumptech.sdk.PushService" > | |
85 | + </service> | |
83 | 86 | <!-- paypal --> |
84 | 87 | <service |
85 | 88 | android:name="com.paypal.android.sdk.payments.PayPalService" |
... | ... | @@ -110,8 +113,8 @@ |
110 | 113 | android:name="com.codapayments.sdk.message.PendingTxnReceiver" |
111 | 114 | android:enabled="true" > |
112 | 115 | </receiver> |
113 | - | |
114 | - <!-- upay --> | |
116 | + | |
117 | + <!-- upay --> | |
115 | 118 | <activity |
116 | 119 | android:name="com.upay.billing.UpayActivity" |
117 | 120 | android:configChanges="orientation|keyboardHidden|screenSize" |