各位前辈好
我的程式ServiceConnection永远不会被呼叫
不知道是那里出了问题
Debug了2天..
贴上程式码
http://ideone.com/46JLBU
另外
AndroidManifest.xml
也加上了
<service
android:name="com.topway.swiftplayservic.IPlayAIDLServicee"
android:process=":remote"
android:exported="true"
android:enabled="true">
<intent-filter>
<action android:name="SwiftPlayService"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</service>
不知道原因出在那边
谢谢