File tree 2 files changed +408
-270
lines changed
src/com/example/android/notepad
2 files changed +408
-270
lines changed Original file line number Diff line number Diff line change 23
23
to come from a domain that you own or have control over.
24
24
-->
25
25
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
26
- package =" com.example.android.notepad" >
26
+ package =" com.example.android.notepad"
27
+ android : installLocation =" preferExternal" >
27
28
28
29
<application
29
30
android : icon =" @drawable/app_notes"
30
31
android : label =" @string/app_name" >
31
-
32
- <!-- <provider
32
+
33
+ <!--
34
+ <provider
33
35
android:name="com.google.code.p.leveldb.provider.NotePadLevelDBProvider"
34
- android:authorities="com.google.provider.NotePad" />-->
36
+ android:authorities="com.google.provider.NotePad" />
37
+ -->
35
38
36
- <provider
39
+ <provider
37
40
android : name =" com.google.code.p.leveldb.provider.LevelDBProvider"
38
41
android : authorities =" com.google.code.p.leveldb.provider.UnstructuredData" />
39
-
42
+
40
43
<!--
41
44
<provider android:name="com.google.code.p.leveldb.provider.NotePadSQLiteProvider"
42
45
android:authorities="com.google.provider.NotePad"
54
57
<activity
55
58
android : name =" NotesList"
56
59
android : label =" @string/title_notes_list" >
57
-
58
60
<intent-filter >
59
61
<action android : name =" android.intent.action.VIEW" />
60
62
<action android : name =" android.intent.action.EDIT" />
You can’t perform that action at this time.
0 commit comments