[android-developers] App removed for violating alternative stores portion of developer agreement - anyone else?

2014-10-04 Thread Adam Ratana
Has anyone had an app removed for this purpose? I recently had an app, that's been in the market since 2011 (a live wallpaper that has no ads, requires no permissions), removed and then my appeal was denied with the below message. This was a free app, which also has a paid version that has more

Re: [android-developers] finish() does not dismiss AlertDialogs

2014-10-04 Thread TreKing
On Tue, Sep 30, 2014 at 5:21 AM, pedr0 pulsarpie...@gmail.com wrote: Any ideas ? AlertDialog.Builder builder = new AlertDialog.Builder(context); AlertDialog dialog = builder.create(); DialogInterface.OnClickListener ok = new DialogInterface.OnClickListener() {