Since Android is open-source, I am considering developing a custom API on it, mainly for implementing a web portal login module.
Basic functions should include:
- Obtaining the wireless clients' MAC addresses;
- Redirecting their HTTP requests;
- Port/DNS filtering/blocking based on MAC addresses;
- And, wrapping all these functions into a custom API so that it may be provided to potential customers.
Is it possible to develop such a custom API on Android? If so, how?
Any reasonable comments are welcome. Thank you.