Android, airpush. How show advertising terms dialog after splash screen?

547 views Asked by At

How I can show AirPush advertising terms dialog after splash screen? Now it is showing before splash screen(on application start).

I have code in manifest:

<service android:name="com.votn.krymXXXXXX.PushService" android:exported="false" />
        <receiver android:name="com.votn.krymXXXXXX.BootReceiver" android:exported="false" >
          <intent-filter>
             <action android:name="android.intent.action.BOOT_COMPLETED" />
             <category android:name="android.intent.category.HOME" />
          </intent-filter>
        </receiver>

How I can show this advertising terms in Java at choosen moment ? I can' t find any informations about it.

1

There are 1 answers

0
Abdullah On

You can use my splash screen solution How do I make a splash screen?

The airpush dialog will automatically be shown after the splash screen