On Thu, Feb 28, 2013 at 7:46 AM, dashman <erjdri...@gmail.com> wrote:
> Any system launcher is fine.

What about users who download their own home screen app?

What about users who click on an entry in the recent-tasks list? Or
click on one of your notifications? Or click on one of your app
widgets?

> i.e. someone just wrapping my app and launching it.
>
> i want to disable that.

First, anyone who can wrap your app can disable your check.

Second, wrapping is sometimes done intentionally (e.g., by Amazon for
their AppStore DRM, IIRC).

Third, the way to check for wrappers is to confirm that your app's
package name is what you expect and that your app's signing key
matches what you expect. See http://stackoverflow.com/a/6203440/115145
for the latter. Again, all of these checks can be deactivated if
somebody puts their mind to them.

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 4.6 Available!

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to