Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Lock app

Received: by 10.52.178.166 with SMTP id cz6mr40007377vdc.1.1343293431768;
        Thu, 26 Jul 2012 02:03:51 -0700 (PDT)
X-BeenThere: android-developers@googlegroups.com
Received: by 10.52.100.37 with SMTP id ev5ls1057360vdb.8.gmail; Thu, 26 Jul
 2012 02:01:56 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.52.23.65 with SMTP id k1mr2990885vdf.7.1343293316237; Thu, 26
 Jul 2012 02:01:56 -0700 (PDT)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
 supp...@apps.dinglisch.net designates internal as permitted sender)
 smtp.mail=supp...@apps.dinglisch.net; dkim=pass
 header...@apps.dinglisch.net
Received: by 3g2000vbx.googlegroups.com with HTTP; Thu, 26 Jul 2012 02:01:56
 -0700 (PDT)
Date: Thu, 26 Jul 2012 02:01:56 -0700 (PDT)
In-Reply-To: <CACStucT_zj9D-MKfXBh3ndqkBSNJyQM8+No-PBukrUJRZxKDsA@mail.gmail.com>
References: <CACStucT_zj9D-MKfXBh3ndqkBSNJyQM8+No-PBukrUJRZxKDsA@mail.gmail.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:14.0)
 Gecko/20100101 Firefox/14.0.1,gzip(gfe)
Message-ID: <c07843a6-d070-43e0-886c-586236248794@3g2000vbx.googlegroups.com>
Subject: Re: Lock app
From: Pent <supp...@apps.dinglisch.net>
To: Android Developers <android-developers@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1

This is kindof frowned upon in official circles here so I'm wearing a
big sombrero to hide my identity as I post this.

Several solutions have been discussed in previous threads, you just
need to search a little.

- accessibility service (needs server enabled by user)
- system log (needs polling, beware: permission going away with
JellyBean)
- ActivityManager (needs polling)

Pent