I was thinking more of a startActivity/result code. You can verify the
calling package from your activity.
In any case, I went for a custom solution currently since it gives me
some protection for:
- pre eclair devices
- outside-the-market sales
If AAL could get past the closed source/scary permissions model I'd
certainly consider buying a licence though.
I wish you luck!
Pent
On Jun 3, 10:06 pm, David Keyes <
keyes...@gmail.com> wrote:
> I considered this, but wasn't sure how to do things in a way that wouldn't
> be incredibly easy to spoof. I assume you're suggesting something like what
> I was thinking:
>
> MyApp AALBroadcastReceiver
>
> |
> X--- validateMyAppIntent --> X
>
> X <-- validationSuccessfullMsg --
> |
>
> But it seems like it would be incredibly easy for others to register
> listeners for the same intents, and return messages that say "registered".
> Can't see how I do it without proprietary code in the app.
>
> Also, I've been resisting open sourcing because of the reduction in barriers
> to would-be pirates.
>
> Dave
>