<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.webileapps" >
    <application>
        <activity
            android:name="com.webileapps.excalibur.ExcaliburActivity"
            android:launchMode="singleInstance"
            android:screenOrientation="portrait"
            android:theme="@style/Theme.AppCompat.Light.NoActionBar" />

        <service
            android:name=".excalibur.ExcaliburService"
            android:enabled="true" />
        <service
            android:name=".excalibur.ExcaliburLogoutService"
            android:enabled="true" />
    </application>
</manifest>
