aboutsummaryrefslogtreecommitdiff
path: root/ui/window
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2014-11-06 05:09:04 +0000
committerTrevor Johns <trevorjohns@google.com>2014-11-06 05:09:04 +0000
commitd56bb4efeb27427663c46b6af3eb3fb28daca862 (patch)
treec0c0afde77edd808ab990a0ac7043488443c9bbf /ui/window
parent39a95551e3b0563f630c9f1c96233f5f72c63963 (diff)
downloadandroid-d56bb4efeb27427663c46b6af3eb3fb28daca862.tar.gz
Remove compile-sdk constraints from ImmersiveMode sample
This was preventing the Material theme from being applied, since the sample was only able to access API 19 features. Change-Id: Ie7745ed270b5ac9869fe0559fbe06ade09ad9eaf
Diffstat (limited to 'ui/window')
-rw-r--r--ui/window/ImmersiveMode/template-params.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/window/ImmersiveMode/template-params.xml b/ui/window/ImmersiveMode/template-params.xml
index e053d261..89590991 100644
--- a/ui/window/ImmersiveMode/template-params.xml
+++ b/ui/window/ImmersiveMode/template-params.xml
@@ -19,8 +19,6 @@
<group>UI</group>
<package>com.example.android.immersivemode</package>
- <compileSdkVersion>19</compileSdkVersion>
-
<!--TODO: change minSdk if needed-->
<minSdk>4</minSdk>