Hi there, I tried to replace the Pre-setup UI as shown in the attached image, which is used for pairing bluetooth remote control, with our apk. Our apk does appear before the original Pre-setup UI, but after our apk finish it task, the original Pre-setup UI still appears. This is not what we want. How can we prevent the original Pre-setup UI appearing?
We have followed the following 2 Google's rule: (1) Defining "<action android:name="com.android.setupwizard.action.HOOK_BEGIN" />" in MainActivity.java in our apk (2) Ending our program with "setResult(Activity.RESULT_OK)". Best regards, Rex -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
