Commit cd70fe72bedf964c9d0e0c251c5e866e6ed64603

Authored by 赵康
1 parent 4bba639768
Exists in master

add push service

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

doc/AndroidDocument.md
... ... @@ -108,6 +108,8 @@ Help==>About Eclips点击Android对应的图标就可以查看版本了.
108 108 android:configChanges="orientation|screenLayout"
109 109 android:theme="@style/ex_win" >
110 110 </activity>
  111 + <service android:name="com.gumptech.sdk.PushService" >
  112 + </service>
111 113 <!-- paypal -->
112 114 <service
113 115 android:name="com.paypal.android.sdk.payments.PayPalService"