Developer QS tile: Show Layout.

Bug: 27872042
Change-Id: I0df2ffecbf7d2682d89c9b8343590bb04bcc305c
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f6c7957..e12afd1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2914,5 +2914,17 @@
             </intent-filter>
        </receiver>
 
+        <!-- Quick Settings tiles for Developer Options -->
+        <service
+                android:name=".qstile.ShowLayout"
+                android:label="@string/debug_layout"
+                android:icon="@drawable/tile_icon_show_layout"
+                android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
+                android:enabled="true">
+            <intent-filter>
+                <action android:name="android.service.quicksettings.action.QS_TILE" />
+            </intent-filter>
+        </service>
+        <!-- This is the longest AndroidManifest.xml ever. -->
     </application>
 </manifest>