|
@@ -1,5 +1,6 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<!-- Copyright (C) 2014 The Android Open Source Project
|
|
|
+<!--
|
|
|
+ Copyright (C) 2012 The Android Open Source Project
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
you may not use this file except in compliance with the License.
|
|
@@ -13,9 +14,11 @@
|
|
|
See the License for the specific language governing permissions and
|
|
|
limitations under the License.
|
|
|
-->
|
|
|
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ package="android.support.v7.appcompat" >
|
|
|
|
|
|
-<resources>
|
|
|
+ <uses-sdk android:minSdkVersion="7" />
|
|
|
|
|
|
- <bool name="abc_action_bar_embed_tabs">false</bool>
|
|
|
+ <application />
|
|
|
|
|
|
-</resources>
|
|
|
+</manifest>
|