blob: fca278d5e4e222766ba186dfe4d37d3395404c6b [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.savoirfairelinux.sflphone_daemon"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="15" />
<application android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:theme="@style/AppTheme">
</application>
</manifest>