summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-10-02 17:09:53 +0200
committerMichael Bestas <mkbestas@lineageos.org>2019-12-12 15:18:16 +0200
commitf1b92df7a8f66640bc8b2722fbbb10eba530fda7 (patch)
tree554fc2778cb83245aae18f4626db80583f1c4314 /AndroidManifest.xml
parente49f77061e4b5582ae1561407bda9f5e209609a8 (diff)
downloadandroid_packages_apps_Trebuchet-f1b92df7a8f66640bc8b2722fbbb10eba530fda7.tar.gz
android_packages_apps_Trebuchet-f1b92df7a8f66640bc8b2722fbbb10eba530fda7.tar.bz2
android_packages_apps_Trebuchet-f1b92df7a8f66640bc8b2722fbbb10eba530fda7.zip
Trebuchet: update build configs
Change-Id: I072a85e068de4017c8d401785a89dc49296060cf Signed-off-by: Joey <joey@lineageos.org>
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b031ffbee..47422f85c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -19,6 +19,7 @@
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
package="com.android.launcher3">
<uses-sdk android:targetSdkVersion="29" android:minSdkVersion="25"/>
<!--
@@ -36,7 +37,8 @@
android:theme="@style/AppTheme"
android:largeHeap="@bool/config_largeHeap"
android:restoreAnyVersion="true"
- android:supportsRtl="true" >
+ android:supportsRtl="true"
+ tools:ignore="GoogleAppIndexingWarning">
<!--
Main launcher activity. When extending only change the name, and keep all the