This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

UI Design and Kiosk Application

Hi,

 

I saw Mentor Graphics UI design program for Android that support TI chips.Any other program that support TI chips(bb-xm)??

 

And I want my program to run at startup without lock screen and run as kiosk application.

 

I put

 

            <receiver android:name="com.vestel.buzdolabi.ui.Main">
                  <intent-filter>
                       <action android:name ="android.intent.action.BOOT_COMPLETED"></action>
                  </intent-filter>
            </receiver>

on AndroidManifest

 

Any help will be appreciated