summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Martinz <amartinz@shiftphones.com>2018-04-09 19:23:17 +0200
committerJoey <joey@lineageos.org>2018-04-10 14:48:43 +0200
commit766de6fe75504b15c62e2ffe40dcca56d98462dc (patch)
treefb51f360e546aa81ed59ddf17d1d9ea7f5c7cf76
parenta461fa3c02eecc2a423dd9d5500df424628f3fdb (diff)
downloadandroid_packages_apps_Trebuchet-766de6fe75504b15c62e2ffe40dcca56d98462dc.tar.gz
android_packages_apps_Trebuchet-766de6fe75504b15c62e2ffe40dcca56d98462dc.tar.bz2
android_packages_apps_Trebuchet-766de6fe75504b15c62e2ffe40dcca56d98462dc.zip
xml: device_profiles: correct XML tag
When specifying the package name, Android Studio gets really confused Change-Id: I26e2b874c4a72f1f042eb581cb14f3f6e055d61c Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
-rw-r--r--res/xml/device_profiles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/device_profiles.xml b/res/xml/device_profiles.xml
index c5cec46e1..2b1bf5249 100644
--- a/res/xml/device_profiles.xml
+++ b/res/xml/device_profiles.xml
@@ -15,7 +15,7 @@
limitations under the License.
-->
-<profiles xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3" >
+<profiles xmlns:launcher="http://schemas.android.com/apk/res-auto">
<profile
launcher:name="Super Short Stubby"
@@ -193,4 +193,4 @@
launcher:defaultLayoutId="@xml/default_workspace_5x6"
/>
-</profiles> \ No newline at end of file
+</profiles>