2013年8月10日 星期六

Start Service

startService(new Intent(
"com.example.applistandicontest.refreshappinfo"));

--------------------------------------------------------------------------------------------------
 <service android:name="com.example.applistandicontest.refreshappinfo" >
            <intent-filter>
                <action android:name="com.example.applistandicontest.refreshappinfo" />
                <category android:name="com.action.resolveinfo"/>
            </intent-filter>
        </service>

沒有留言:

張貼留言

Related Posts Plugin for WordPress, Blogger...