summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2013-07-19 14:30:12 -0700
committerAdam Cohen <adamcohen@google.com>2013-07-19 14:32:09 -0700
commit39a06042556a90c98f55a92bda5811e7d9492d13 (patch)
treec210cc43db1c44645ab5b11b6f1543e4589a504c /AndroidManifest.xml
parent766f5f7a53718f2820d58f0137a7db0690dd4cf0 (diff)
downloadandroid_packages_apps_Trebuchet-39a06042556a90c98f55a92bda5811e7d9492d13.tar.gz
android_packages_apps_Trebuchet-39a06042556a90c98f55a92bda5811e7d9492d13.tar.bz2
android_packages_apps_Trebuchet-39a06042556a90c98f55a92bda5811e7d9492d13.zip
Adding switch to toggle Memory Overlay
-> The overlay causes performance regressions so it's hard to evaluate performance with it on. -> Also, the WeightWatcher is still running regardless, so you can always check it -> Saved as a shared pref Change-Id: Iad5ccbeca2c2b4e0ec86294879f3eb09caa594e9
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 09a94aefc..b9f75cf5d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -96,6 +96,17 @@
</activity>
<activity
+ android:name="com.android.launcher3.ToggleWeightWatcher"
+ android:label="@string/toggle_weight_watcher"
+ android:icon="@mipmap/ic_launcher_home">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+
+ <activity
android:name="com.android.launcher3.WallpaperChooser"
android:theme="@style/Theme.WallpaperPicker"
android:label="@string/pick_wallpaper"