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.custom; /*from ww w. j av a2 s .c o m*/ import com.android.app.AbstractListActivity; /** * Created by frodo on 2014/12/26. */ public class CustomActivity extends AbstractListActivity { @Override public String filterPath() { return "com.android.app.main.custom.Path"; } @Override public String filterCategory() { return "com.android.app.main.custom.SAMPLE_CODE"; } }