Back to project page Fast.
The source code is released under:
GNU General Public License
If you think the Android project Fast listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.example.fast; /* ww w. ja v a 2 s .com*/ import android.content.ContentResolver; import android.content.Context; public class StatisticsContentResolver extends ContentResolver{ public StatisticsContentResolver(Context context) { super(context); } }