@ -14,269 +14,281 @@
14 See the License for the specific language governing permissions and
14 See the License for the specific language governing permissions and
15 limitations under the License.
15 limitations under the License.
16-->
16-->
17<!-- 定义应用程序的基本属性,如包名、版本号 -->
17<manifest xmlns:android="http://schemas.android.com/apk/res/android"
18<manifest xmlns:android="http://schemas.android.com/apk/res/android "
18 package="net.micode.notes "
19 package="net.micode.notes "
19 android:versionCode="1 "
20 android:versionCode="1"
20 android:versionName="0.1" >
21 android:versionName="0.1" > <!-- 声明应用程序所需的最低 SDK 版本 -->
21
22 <uses-sdk
22 <uses-sdk
22-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:25 :5-44
22-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:23 :5-44
23 android:minSdkVersion="14"
23 android:minSdkVersion="14"
23-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:25 :15-41
23-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:23 :15-41
24 android:targetSdkVersion="14" />
24 android:targetSdkVersion="14" />
25
25
26 <!-- 申请应用程序需要的权限 -->
26 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
27 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
26-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:25:5-81
27-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:28:5-81
26-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:25:22-78
27-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:28:22-78
27 <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
28 <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
27-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:26:5-88
28-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:29:5-88
27-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:26:22-85
28-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:29:22-85
28 <uses-permission android:name="android.permission.INTERNET" />
29 <uses-permission android:name="android.permission.INTERNET" />
28-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:27:5-67
29-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:30:5-67
28-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:27:22-64
29-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:30:22-64
29 <uses-permission android:name="android.permission.READ_CONTACTS" />
30 <uses-permission android:name="android.permission.READ_CONTACTS" />
29-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:28:5-72
30-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:31:5-72
29-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:28:22-69
30-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:31:22-69
30 <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
31 <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
30-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:29:5-74
31-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:32:5-74
30-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:29:22-71
31-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:32:22-71
31 <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
32 <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
31-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:30:5-80
32-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:33:5-80
31-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:30:22-77
32-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:33:22-77
32 <uses-permission android:name="android.permission.GET_ACCOUNTS" />
33 <uses-permission android:name="android.permission.GET_ACCOUNTS" />
32-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:31:5-71
33-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:34:5-71
32-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:31:22-68
33-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:34:22-68
33 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
34 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
33-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:32:5-74
34-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:35:5-74
33-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:32:22-71
34-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:35:22-71
34 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
35 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
34-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:33:5-81
35-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:36:5-81
34-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:33:22-78
35-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:36:22-78
35
36 <!-- 定义应用程序的主要组件 -->
36 <application
37 <application
36-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:35:5-159:19
37-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:39:5-155:19
37 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
37-->[androidx.core:core:1.5.0] C:\Users\alineware\.gradle\caches\transforms-3\3ca04249fe73b4db303f7f27f2846b99\transformed\core-1.5.0\AndroidManifest.xml:24:18-86
38 android:debuggable="true"
38 android:debuggable="true"
39 android:extractNativeLibs="true"
39 android:extractNativeLibs="true"
40 android:icon="@drawable/icon_app"
40 android:icon="@drawable/icon_app"
40-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:40 :9-42
40-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:36 :9-42
41 android:label="@string/app_name"
41 android:label="@string/app_name"
41-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:41 :9-41
41-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:37 :9-41
42 android:testOnly="true" >
42 android:testOnly="true" >
43
43
44 <!-- 定义主 activity -->
44 <!-- SplashActivity declaration -->
45 <activity
45 <activity
45-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:43:9-56:20
45-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:39:9-47:20
46 android:name="net.micode.notes.ui.NotesListActivity"
46 android:name="net.micode.notes.ui.SplashActivity"
46-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:44:13-49
46-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:40:13-46
47 android:configChanges="keyboardHidden|orientation|screenSize"
47 android:theme="@style/SplashTheme" > <!-- android:label="@string/title_activity_splash" No action bar for splash screen -->
47-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:45:13-74
47-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:42:13-47
48 android:label="@string/app_name"
48 <intent-filter>
48-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:46:13-45
48-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:43:13-46:29
49 android:launchMode="singleTop"
49 <action android:name="android.intent.action.MAIN" />
49-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:47:13-43
49-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:44:17-69
50 android:theme="@style/NoteTheme"
49-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:44:25-66
50-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:48:13-45
50
51 android:uiOptions="splitActionBarWhenNarrow"
51 <category android:name="android.intent.category.LAUNCHER" />
51-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:49:13-57
51-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:45:17-77
52 android:windowSoftInputMode="adjustPan" >
51-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:45:27-74
52-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:50:13-52
52 </intent-filter>
53
53 </activity>
54 <!-- 定义主 activity 的 intent-filter -->
54 <activity
55 <intent-filter>
54-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:48:9-61:20
55-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:52:13-55:29
55 android:name="net.micode.notes.ui.NotesListActivity"
56 <action android:name="android.intent.action.MAIN" />
55-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:49:13-49
56-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:53:17-69
56 android:configChanges="keyboardHidden|orientation|screenSize"
56-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:53:25-66
56-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:50:13-74
57
57 android:label="@string/app_name"
58 <category android:name="android.intent.category.LAUNCHER" />
57-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:51:13-45
58-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:54:17-77
58 android:launchMode="singleTop"
58-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:54:27-74
58-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:52:13-43
59 </intent-filter>
59 android:theme="@style/NoteTheme"
60 </activity>
59-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:53:13-45
61
60 android:uiOptions="splitActionBarWhenNarrow"
62 <!-- 定义笔记编辑 activity -->
60-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:54:13-57
63 <activity
61 android:windowSoftInputMode="adjustPan" >
63-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:59:9-87:20
61-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:55:13-52
64 android:name="net.micode.notes.ui.NoteEditActivity"
62 <intent-filter>
64-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:60:13-48
62-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:43:13-46:29
65 android:configChanges="keyboardHidden|orientation|screenSize"
63 <action android:name="android.intent.action.MAIN" />
65-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:61:13-74
63-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:44:17-69
66 android:launchMode="singleTop"
63-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:44:25-66
66-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:62:13-43
64
67 android:theme="@style/NoteTheme" >
65 <category android:name="android.intent.category.LAUNCHER" />
67-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:63:13-45
65-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:45:17-77
68
65-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:45:27-74
69 <!-- 定义笔记编辑 activity 的 intent-filter -->
66 </intent-filter>
70 <intent-filter>
67 </activity>
70-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:65:13-70:29
68 <activity
71 <action android:name="android.intent.action.VIEW" />
68-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:63:9-91:20
71-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:66:17-69
69 android:name="net.micode.notes.ui.NoteEditActivity"
71-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:66:25-66
69-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:64:13-48
72
70 android:configChanges="keyboardHidden|orientation|screenSize"
73 <category android:name="android.intent.category.DEFAULT" />
70-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:65:13-74
73-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:67:17-76
71 android:launchMode="singleTop"
73-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:67:27-73
71-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:66:13-43
74
72 android:theme="@style/NoteTheme" >
75 <data android:mimeType="vnd.android.cursor.item/text_note" />
72-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:67:13-45
75-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:68:17-78
73 <intent-filter>
75-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:68:23-75
73-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:69:13-74:29
76 <data android:mimeType="vnd.android.cursor.item/call_note" />
74 <action android:name="android.intent.action.VIEW" />
76-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:68:17-78
74-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:70:17-69
76-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:68:23-75
74-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:70:25-66
77 </intent-filter>
75
78 <intent-filter>
76 <category android:name="android.intent.category.DEFAULT" />
78-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:71:13-76:29
76-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:71:17-76
79 <action android:name="android.intent.action.INSERT_OR_EDIT" />
76-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:71:27-73
79-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:72:17-79
77
79-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:72:25-76
78 <data android:mimeType="vnd.android.cursor.item/text_note" />
80
78-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:72:17-78
81 <category android:name="android.intent.category.DEFAULT" />
78-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:72:23-75
81-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:67:17-76
79 <data android:mimeType="vnd.android.cursor.item/call_note" />
81-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:67:27-73
79-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:72:17-78
82
79-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:72:23-75
83 <data android:mimeType="vnd.android.cursor.item/text_note" />
80 </intent-filter>
83-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:68:17-78
81 <intent-filter>
83-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:68:23-75
81-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:76:13-81:29
84 <data android:mimeType="vnd.android.cursor.item/call_note" />
82 <action android:name="android.intent.action.INSERT_OR_EDIT" />
84-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:68:17-78
82-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:77:17-79
84-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:68:23-75
82-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:77:25-76
85 </intent-filter>
83
86 <intent-filter>
84 <category android:name="android.intent.category.DEFAULT" />
86-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:79:13-82:29
84-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:71:17-76
87 <action android:name="android.intent.action.SEARCH" />
84-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:71:27-73
87-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:80:17-71
85
87-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:80:25-68
86 <data android:mimeType="vnd.android.cursor.item/text_note" />
88
86-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:72:17-78
89 <category android:name="android.intent.category.DEFAULT" />
86-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:72:23-75
89-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:67:17-76
87 <data android:mimeType="vnd.android.cursor.item/call_note" />
89-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:67:27-73
87-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:72:17-78
90 </intent-filter>
87-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:72:23-75
88 </intent-filter>
89 <intent-filter>
89-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:83:13-86:29
90 <action android:name="android.intent.action.SEARCH" />
90-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:84:17-71
90-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:84:25-68
91
91
92 <meta-data
92 <category android:name="android.intent.category.DEFAULT" />
92-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:84:13-86:54
92-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:71:17-76
93 android:name="android.app.searchable"
92-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:71:27-73
93-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:85:17-54
93 </intent-filter>
94 android:resource="@xml/searchable" />
94
94-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:86:17-51
95 <meta-data
95 </activity>
95-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:88:13-90:54
96
96 android:name="android.app.searchable"
97 <provider
96-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:89:17-54
97-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:89:9-92:43
97 android:resource="@xml/searchable" />
98 android:name="net.micode.notes.data.NotesProvider"
97-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:90:17-51
98-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:90:13-63
98 </activity>
99 android:authorities="micode_notes"
99
99-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:91:13-47
100 <provider
100 android:multiprocess="true" />
100-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:93:9-96:43
100-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:92:13-40
101 android:name="net.micode.notes.data.NotesProvider"
101
101-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:94:13-63
102 <receiver
102 android:authorities="micode_notes"
102-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:94:9-106:20
102-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:95:13-47
103 android:name="net.micode.notes.widget.NoteWidgetProvider_2x"
103 android:multiprocess="true" />
103-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:95:13-57
103-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:96:13-40
104 android:label="@string/app_widget2x2" >
104
104-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:96:13-50
105 <receiver
105 <intent-filter>
105-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:98:9-110:20
105-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:97:13-101:29
106 android:name="net.micode.notes.widget.NoteWidgetProvider_2x"
106 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
106-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:99:13-57
106-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:98:17-84
107 android:label="@string/app_widget2x2" >
106-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:98:25-81
107-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:100:13-50
107 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
108 <intent-filter>
107-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:99:17-85
108-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:101:13-105:29
107-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:99:25-82
109 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
108 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
109-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:102:17-84
108-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:100:17-85
109-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:102:25-81
108-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:100:25-82
110 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
109 </intent-filter>
110-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:103:17-85
110
110-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:103:25-82
111 <meta-data
111 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
111-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:103:13-105:58
111-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:104:17-85
112 android:name="android.appwidget.provider"
111-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:104:25-82
112-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:104:17-58
112 </intent-filter>
113 android:resource="@xml/widget_2x_info" />
113
113-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:105:17-55
114 <meta-data
114 </receiver>
114-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:107:13-109:58
115 <receiver
115 android:name="android.appwidget.provider"
115-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:107:9-120:20
115-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:108:17-58
116 android:name="net.micode.notes.widget.NoteWidgetProvider_4x"
116 android:resource="@xml/widget_2x_info" />
116-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:108:13-57
116-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:109:17-55
117 android:label="@string/app_widget4x4" >
117 </receiver>
117-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:109:13-50
118 <receiver
118 <intent-filter>
118-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:111:9-124:20
118-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:97:13-101:29
119 android:name="net.micode.notes.widget.NoteWidgetProvider_4x"
119 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
119-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:112:13-57
119-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:98:17-84
120 android:label="@string/app_widget4x4" >
119-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:98:25-81
120-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:113:13-50
120 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
121 <intent-filter>
120-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:99:17-85
121-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:101:13-105:29
120-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:99:25-82
122 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
121 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
122-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:102:17-84
121-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:100:17-85
122-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:102:25-81
121-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:100:25-82
123 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
122 </intent-filter>
123-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:103:17-85
123
123-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:103:25-82
124 <meta-data
124 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
124-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:103:13-105:58
124-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:104:17-85
125 android:name="android.appwidget.provider"
124-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:104:25-82
125-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:104:17-58
125 </intent-filter>
126 android:resource="@xml/widget_4x_info" />
126
126-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:105:17-55
127 <meta-data
127 </receiver>
127-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:107:13-109:58
128 <receiver android:name="net.micode.notes.ui.AlarmInitReceiver" >
128 android:name="android.appwidget.provider"
128-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:122:9-126:20
128-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:108:17-58
128-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:122:19-55
129 android:resource="@xml/widget_4x_info" />
129 <intent-filter>
129-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:109:17-55
129-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:123:13-125:29
130 </receiver>
130 <action android:name="android.intent.action.BOOT_COMPLETED" />
131 <receiver android:name="net.micode.notes.ui.AlarmInitReceiver" >
130-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:124:17-79
131-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:126:9-130:20
130-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:124:25-76
131-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:126:19-55
131 </intent-filter>
132 <intent-filter>
132 </receiver>
132-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:127:13-129:29
133 <receiver
133 <action android:name="android.intent.action.BOOT_COMPLETED" />
133-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:128:9-131:20
133-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:128:17-79
134 android:name="net.micode.notes.ui.AlarmReceiver"
133-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:128:25-76
134-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:129:13-61
134 </intent-filter>
135 android:process=":remote" >
135 </receiver>
135-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:130:13-38
136 <receiver
136 </receiver>
136-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:132:9-135:20
137
137 android:name="net.micode.notes.ui.AlarmReceiver"
138 <activity
137-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:133:13-61
138-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:133:9-138:20
138 android:process=":remote" >
139 android:name="net.micode.notes.ui.AlarmAlertActivity"
138-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:134:13-38
139-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:134:13-50
139 </receiver>
140 android:label="@string/app_name"
140
140-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:135:13-45
141 <activity
141 android:launchMode="singleInstance"
141-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:137:9-142:20
141-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:136:13-48
142 android:name="net.micode.notes.ui.AlarmAlertActivity"
142 android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" >
142-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:138:13-50
142-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:137:13-75
143 android:label="@string/app_name"
143 </activity>
143-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:139:13-45
144 <activity
144 android:launchMode="singleInstance"
144-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:140:9-145:20
144-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:140:13-48
145 android:name="net.micode.notes.ui.NotesPreferenceActivity"
145 android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" >
145-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:141:13-71
145-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:141:13-75
146 android:label="@string/preferences_title"
146 </activity>
146-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:142:13-54
147 <activity
147 android:launchMode="singleTop"
147-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:144:9-149:20
147-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:143:13-43
148 android:name="net.micode.notes.ui.NotesPreferenceActivity"
148 android:theme="@android:style/Theme.Holo.Light" >
148-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:145:13-71
148-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:144:13-60
149 android:label="@string/preferences_title"
149 </activity>
149-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:146:13-54
150
150 android:launchMode="singleTop"
151 <service
150-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:147:13-43
151-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:147:9-150:19
151 android:theme="@android:style/Theme.Holo.Light" >
152 android:name="net.micode.notes.gtask.remote.GTaskSyncService"
151-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:148:13-60
152-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:148:13-74
152 </activity>
153 android:exported="false" >
153
153-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:149:13-37
154 <service
154 </service>
154-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:151:9-154:19
155
155 android:name="net.micode.notes.gtask.remote.GTaskSyncService"
156 <meta-data
155-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:152:13-74
156-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:152:9-154:52
156 android:exported="false" >
157 android:name="android.app.default_searchable"
156-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:153:13-37
157-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:153:13-58
157 </service>
158 android:value=".ui.NoteEditActivity" />
158
158-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:154:13-49
159 <meta-data
159 </application>
159-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:156:9-158:52
160
160 android:name="android.app.default_searchable"
161</manifest>
160-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:157:13-58
161 android:value=".ui.NoteEditActivity" />
161-->D:\notesmaster\Notes-master\app\src\main\AndroidManifest.xml:158:13-49
162 </application>
163
164</manifest>