change fallbackHome priority, so it's offset from phone settings, so no pop ups to ask user which one to use.

Fixes:119501682

Test: launched onto head unit

Change-Id: Ibf6eff0eedf78c3dd7a4135737819f98af044dd1
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fabdb18..6c25f8e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -159,7 +159,7 @@
                   android:label=""
                   android:screenOrientation="nosensor"
                   android:theme="@style/FallbackHome">
-            <intent-filter android:priority="-1000">
+            <intent-filter android:priority="-900">
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.HOME" />
                 <category android:name="android.intent.category.DEFAULT" />