I'm trying to enforce agreement using the
com.google.android.divideandconquer Eula class [1]. However my app
fires off an AsyncTask before I can accept or reject.

My code:

    public void onCreate(Bundle savedInstanceState)
    {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
        Eula.show(this);
        new ExportTask().execute();
    }

Am I missing something programmatic?

tia,
dan

[1] 
http://code.google.com/p/apps-for-android/source/browse/trunk/DivideAndConquer/src/com/google/android/divideandconquer/Eula.java?r=93

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to