add an extra activity

i want to add an extra activity above GameActivity in my android plugin. i write it in APL.xml,but i dont know how to make it show on my phone .do you have any advice? thanks

<androidManifestUpdates>
    <activity android:name="com.xxx.activity"
        android:exported="false"
        android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
        android:screenOrientation="sensorLandscape"
        android:theme="@android:style/Theme.NoTitleBar">
    </activity>
  </androidManifestUpdates>