2011年4月28日

【Android】A notice about AndroidManifest.xml

Any tag in AndroidManifest.xml should be lowercase!

<service android:name = ".counterService"
            android.enabled = "true">
</service>

沒有留言: