summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-10-30 09:26:11 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-10-30 09:28:03 -0700
commit0ab09fcf7b8471ae83f84d2e8a63207a4ea8a9b2 (patch)
treeb97635d11633d1e957b45b57470fe6c0c79c4239 /AndroidManifest.xml
parent4d49f9a8ac86ccaf5f6f3d80dd8694310b620364 (diff)
downloadandroid_packages_apps_Trebuchet-0ab09fcf7b8471ae83f84d2e8a63207a4ea8a9b2.tar.gz
android_packages_apps_Trebuchet-0ab09fcf7b8471ae83f84d2e8a63207a4ea8a9b2.tar.bz2
android_packages_apps_Trebuchet-0ab09fcf7b8471ae83f84d2e8a63207a4ea8a9b2.zip
Deleting sample code demonstrating how to extend Launcher3
Launcher already includes Launcher3Go build flavour and we will be adding another build flavour for RecentsUI. There is no need to maintain another build which is not used anywhere. Change-Id: I9287f62691d57750460ccc9d6859c7fa11c99956
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml48
1 files changed, 0 insertions, 48 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 23bddf62f..6ef78285f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -112,53 +112,5 @@
android:writePermission="com.android.launcher3.permission.WRITE_SETTINGS"
android:readPermission="com.android.launcher3.permission.READ_SETTINGS" />
- <!-- ENABLE_FOR_TESTING
-
- <activity
- android:name="com.android.launcher3.testing.LauncherExtension"
- android:launchMode="singleTask"
- android:clearTaskOnLaunch="true"
- android:stateNotNeeded="true"
- android:theme="@style/Theme"
- android:windowSoftInputMode="adjustPan"
- android:screenOrientation="nosensor"
- >
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.HOME" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.MONKEY"/>
- </intent-filter>
- </activity>
-
- <activity
- android:name="com.android.launcher3.testing.MemoryDumpActivity"
- android:theme="@android:style/Theme.NoDisplay"
- android:label="* HPROF"
- android:excludeFromRecents="true"
- android:icon="@drawable/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.testing.ToggleWeightWatcher"
- android:label="Show Mem"
- android:icon="@drawable/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>
-
- <service android:name="com.android.launcher3.testing.MemoryTracker" />
-
- -->
-
</application>
</manifest>