Back to project page GradleAndroid-App.
The source code is released under:
Apache License
If you think the Android project GradleAndroid-App 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.android.app; /*from www. j a v a 2s . c o m*/ /** * Created by frodo on 2014/12/26. */ public class MainActivity extends AbstractListActivity { @Override public String filterPath() { return "com.android.app.main.Path"; } @Override public String filterCategory() { return "com.android.app.main.SAMPLE_CODE"; } }