aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/pinned-section-listview/example/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/pinned-section-listview/example/AndroidManifest.xml')
-rw-r--r--libraries/pinned-section-listview/example/AndroidManifest.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/libraries/pinned-section-listview/example/AndroidManifest.xml b/libraries/pinned-section-listview/example/AndroidManifest.xml
deleted file mode 100644
index 56621893d..000000000
--- a/libraries/pinned-section-listview/example/AndroidManifest.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.hb.examples.pinnedsection"
- android:versionCode="1"
- android:versionName="1.0" >
-
- <uses-sdk
- android:minSdkVersion="8"
- android:targetSdkVersion="19" />
-
- <application
- android:allowBackup="true"
- android:icon="@drawable/ic_launcher"
- android:label="@string/app_name"
- android:theme="@style/AppTheme" >
-
- <activity
- android:name="com.hb.examples.PinnedSectionListActivity"
- android:label="@string/app_name" >
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity>
- </application>
-
-</manifest> \ No newline at end of file