diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2017-04-26 09:21:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2017-04-26 09:21:33 +0000 |
commit | bab79ff4ff8450f25199224c72ee25bf7fbdae98 (patch) | |
tree | 7faa5a640071cc7a85e992f67589922b9a7baf3f | |
parent | 4a296022e120e0d9007b18dde0b0a6a4310ddaf8 (diff) | |
parent | 06a2f55041da405f8c7a9e3b5544b6455862e9c1 (diff) |
Merge "Change Application Name" into viper/master
-rw-r--r-- | android/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 23a544f6..9090f9c0 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <manifest package="org.qtav.qmlplayer" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="7" android:installLocation="auto"> - <application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="QtPlayer" android:icon="@drawable/icon"> - <activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.player.viper.ViperActivity" android:label="QtPlayer" android:screenOrientation="unspecified" android:launchMode="singleTop"> + <application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Viper" android:icon="@drawable/icon"> + <activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.player.viper.ViperActivity" android:label="Viper" android:screenOrientation="unspecified" android:launchMode="singleTop"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> |