summaryrefslogtreecommitdiffstats
path: root/samples/NotePad/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/NotePad/AndroidManifest.xml')
-rw-r--r--samples/NotePad/AndroidManifest.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/samples/NotePad/AndroidManifest.xml b/samples/NotePad/AndroidManifest.xml
index ead782925..51e848d8e 100644
--- a/samples/NotePad/AndroidManifest.xml
+++ b/samples/NotePad/AndroidManifest.xml
@@ -107,14 +107,6 @@
</intent-filter>
</activity>
- <activity android:name="NotesLiveFolder" android:label="@string/live_folder_name"
- android:icon="@drawable/live_folder_notes">
- <intent-filter>
- <action android:name="android.intent.action.CREATE_LIVE_FOLDER" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
-
</application>
</manifest>