I have been trying to make my application available on Android Market, only to specific individual accounts/devices.
Is there any way to specify an arbitrary Market Filter? It currently has filters for country/carrier, but we need a finer grained filter than that.
I thought about adding my own system library and specify it in <uses-library> tag, but that would not work if user gets a system update from Google.
Non-Market option is not desirable, since we'd lose auto-update feature, etc. Another option is to make the app unusable by unregistered devices -- but I would rather not show the app on Market and not worry about the app being tampered.
Any ideas would be much appreciated!