mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
300 B
Plaintext
8 lines
300 B
Plaintext
14 years ago
|
Filter Samples
|
||
|
|
||
|
This project shows you how to create a filter plugin. It involves three files:
|
||
|
|
||
|
FilterAddon.java - returns your addon, which allows users to turn it on or off
|
||
|
FilterExposer.java - returns your filters
|
||
|
AndroidManifest.xml - receives Astrid's requests and sends appropriate stuff
|