commit
4fb19cd0aa
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
#Thu May 11 22:45:40 CST 2023
|
||||
#Fri May 12 00:03:05 CST 2023
|
||||
base.0=D\:\\Notes-master2\\Notes-master2\\app\\build\\intermediates\\dex\\debug\\mergeDexDebug\\classes.dex
|
||||
renamed.0=classes.dex
|
||||
path.0=classes.dex
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,273 +1,271 @@
|
||||
1<?xml version="1.0" encoding="utf-8"?>
|
||||
2<!--
|
||||
3 Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net)
|
||||
4
|
||||
5 Licensed under the Apache License, Version 2.0 (the "License");
|
||||
6 you may not use this file except in compliance with the License.
|
||||
7 You may obtain a copy of the License at
|
||||
8
|
||||
9 http://www.apache.org/licenses/LICENSE-2.0
|
||||
10
|
||||
11 Unless required by applicable law or agreed to in writing, software
|
||||
12 distributed under the License is distributed on an "AS IS" BASIS,
|
||||
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
14 See the License for the specific language governing permissions and
|
||||
15 limitations under the License.
|
||||
16-->
|
||||
17<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
18 package="net.micode.notes"
|
||||
19 android:versionCode="1"
|
||||
20 android:versionName="0.1" >
|
||||
21
|
||||
22 <uses-sdk
|
||||
22-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:23:5-44
|
||||
23 android:minSdkVersion="14"
|
||||
23-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:23:15-41
|
||||
24 android:targetSdkVersion="29" />
|
||||
24-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:23:5-44
|
||||
25
|
||||
26 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
26-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:25:5-81
|
||||
26-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:25:22-78
|
||||
27 <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
|
||||
27-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:26:5-88
|
||||
27-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:26:22-85
|
||||
28 <uses-permission android:name="android.permission.INTERNET" />
|
||||
28-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:27:5-67
|
||||
28-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:27:22-64
|
||||
29 <uses-permission android:name="android.permission.READ_CONTACTS" />
|
||||
29-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:28:5-72
|
||||
29-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:28:22-69
|
||||
30 <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
|
||||
30-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:29:5-74
|
||||
30-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:29:22-71
|
||||
31 <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
|
||||
31-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:30:5-80
|
||||
31-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:30:22-77
|
||||
32 <uses-permission android:name="android.permission.GET_ACCOUNTS" />
|
||||
32-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:31:5-71
|
||||
32-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:31:22-68
|
||||
33 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
|
||||
33-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:32:5-74
|
||||
33-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:32:22-71
|
||||
34 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||
34-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:33:5-81
|
||||
34-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:33:22-78
|
||||
35
|
||||
36 <application
|
||||
36-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:35:5-149:19
|
||||
37 android:debuggable="true"
|
||||
38 android:icon="@drawable/icon_app"
|
||||
38-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:36:9-42
|
||||
39 android:label="@string/app_name"
|
||||
39-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:37:9-41
|
||||
40 android:testOnly="true" >
|
||||
41 <activity
|
||||
41-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:38:9-51:20
|
||||
42 android:name="net.micode.notes.ui.NotesListActivity"
|
||||
42-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:39:13-49
|
||||
43 android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
43-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:40:13-74
|
||||
44 android:label="@string/app_name"
|
||||
44-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:41:13-45
|
||||
45 android:launchMode="singleTop"
|
||||
45-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:42:13-43
|
||||
46 android:theme="@style/NoteTheme"
|
||||
46-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:43:13-45
|
||||
47 android:uiOptions="splitActionBarWhenNarrow"
|
||||
47-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:44:13-57
|
||||
48 android:windowSoftInputMode="adjustPan" >
|
||||
48-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:45:13-52
|
||||
49 <intent-filter>
|
||||
49-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:47:13-50:29
|
||||
50 <action android:name="android.intent.action.MAIN" />
|
||||
50-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:48:17-69
|
||||
50-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:48:25-66
|
||||
51
|
||||
52 <category android:name="android.intent.category.LAUNCHER" />
|
||||
52-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:49:17-77
|
||||
52-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:49:27-74
|
||||
53 </intent-filter>
|
||||
54 </activity>
|
||||
55 <activity
|
||||
55-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:53:9-81:20
|
||||
56 android:name="net.micode.notes.ui.NoteEditActivity"
|
||||
56-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:54:13-48
|
||||
57 android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
57-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:55:13-74
|
||||
58 android:launchMode="singleTop"
|
||||
58-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:56:13-43
|
||||
59 android:theme="@style/NoteTheme" >
|
||||
59-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:57:13-45
|
||||
60 <intent-filter>
|
||||
60-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:59:13-64:29
|
||||
61 <action android:name="android.intent.action.VIEW" />
|
||||
61-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:60:17-69
|
||||
61-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:60:25-66
|
||||
62
|
||||
63 <category android:name="android.intent.category.DEFAULT" />
|
||||
63-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:61:17-76
|
||||
63-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:61:27-73
|
||||
64
|
||||
65 <data android:mimeType="vnd.android.cursor.item/text_note" />
|
||||
65-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:62:17-78
|
||||
65-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:62:23-75
|
||||
66 <data android:mimeType="vnd.android.cursor.item/call_note" />
|
||||
66-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:62:17-78
|
||||
66-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:62:23-75
|
||||
67 </intent-filter>
|
||||
2<!-- Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net)Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License. -->
|
||||
3<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
4 package="net.micode.notes"
|
||||
5 android:versionCode="1"
|
||||
6 android:versionName="0.1" >
|
||||
7
|
||||
8 <uses-sdk
|
||||
8-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:7:5-43
|
||||
9 android:minSdkVersion="14"
|
||||
9-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:7:15-41
|
||||
10 android:targetSdkVersion="30" />
|
||||
10-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:7:5-43
|
||||
11
|
||||
12 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
12-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:9:5-80
|
||||
12-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:9:22-78
|
||||
13 <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
|
||||
13-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:11:5-87
|
||||
13-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:11:22-85
|
||||
14 <uses-permission android:name="android.permission.INTERNET" />
|
||||
14-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:13:5-66
|
||||
14-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:13:22-64
|
||||
15 <uses-permission android:name="android.permission.READ_CONTACTS" />
|
||||
15-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:15:5-71
|
||||
15-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:15:22-69
|
||||
16 <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
|
||||
16-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:17:5-73
|
||||
16-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:17:22-71
|
||||
17 <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
|
||||
17-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:19:5-79
|
||||
17-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:19:22-77
|
||||
18 <uses-permission android:name="android.permission.GET_ACCOUNTS" />
|
||||
18-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:21:5-70
|
||||
18-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:21:22-68
|
||||
19 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
|
||||
19-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:23:5-73
|
||||
19-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:23:22-71
|
||||
20 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||
20-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:25:5-80
|
||||
20-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:25:22-78
|
||||
21 -
|
||||
22 <application
|
||||
22-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:28:6-146:15
|
||||
23 android:debuggable="true"
|
||||
24 android:icon="@drawable/icon_app"
|
||||
24-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:28:52-85
|
||||
25 android:label="@string/app_name"
|
||||
25-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:28:19-51
|
||||
26 android:testOnly="true" >
|
||||
27 -
|
||||
28 <activity
|
||||
28-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:31:6-42:12
|
||||
29 android:name="net.micode.notes.ui.NotesListActivity"
|
||||
29-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:31:16-52
|
||||
30 android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
30-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:31:235-296
|
||||
31 android:label="@string/app_name"
|
||||
31-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:31:53-85
|
||||
32 android:launchMode="singleTop"
|
||||
32-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:31:204-234
|
||||
33 android:theme="@style/NoteTheme"
|
||||
33-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:31:171-203
|
||||
34 android:uiOptions="splitActionBarWhenNarrow"
|
||||
34-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:31:126-170
|
||||
35 android:windowSoftInputMode="adjustPan" >
|
||||
35-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:31:86-125
|
||||
36 -
|
||||
37 <intent-filter>
|
||||
37-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:34:6-40:17
|
||||
38 <action android:name="android.intent.action.MAIN" />
|
||||
38-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:36:5-56
|
||||
38-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:36:13-54
|
||||
39
|
||||
40 <category android:name="android.intent.category.LAUNCHER" />
|
||||
40-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:38:5-64
|
||||
40-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:38:15-62
|
||||
41 </intent-filter>
|
||||
42 </activity>
|
||||
43 -
|
||||
44 <activity
|
||||
44-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:45:6-84:12
|
||||
45 android:name="net.micode.notes.ui.NoteEditActivity"
|
||||
45-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:45:16-51
|
||||
46 android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
46-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:45:116-177
|
||||
47 android:launchMode="singleTop"
|
||||
47-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:45:85-115
|
||||
48 android:theme="@style/NoteTheme" >
|
||||
48-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:45:52-84
|
||||
49 -
|
||||
50 <intent-filter android:scheme="http" >
|
||||
50-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:48:6-58:17
|
||||
50-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:48:52-73
|
||||
51 <action android:name="android.intent.action.VIEW" />
|
||||
51-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:50:5-56
|
||||
51-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:50:13-54
|
||||
52
|
||||
53 <category android:name="android.intent.category.DEFAULT" />
|
||||
53-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:52:5-63
|
||||
53-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:52:15-61
|
||||
54
|
||||
55 <data android:mimeType="vnd.android.cursor.item/text_note" />
|
||||
55-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:54:5-65
|
||||
55-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:54:11-63
|
||||
56 <data android:mimeType="vnd.android.cursor.item/call_note" />
|
||||
56-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:54:5-65
|
||||
56-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:54:11-63
|
||||
57 </intent-filter>
|
||||
58 -
|
||||
59 <intent-filter>
|
||||
59-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:61:6-71:17
|
||||
60 <action android:name="android.intent.action.INSERT_OR_EDIT" />
|
||||
60-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:63:5-66
|
||||
60-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:63:13-64
|
||||
61
|
||||
62 <category android:name="android.intent.category.DEFAULT" />
|
||||
62-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:52:5-63
|
||||
62-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:52:15-61
|
||||
63
|
||||
64 <data android:mimeType="vnd.android.cursor.item/text_note" />
|
||||
64-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:54:5-65
|
||||
64-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:54:11-63
|
||||
65 <data android:mimeType="vnd.android.cursor.item/call_note" />
|
||||
65-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:54:5-65
|
||||
65-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:54:11-63
|
||||
66 </intent-filter>
|
||||
67 -
|
||||
68 <intent-filter>
|
||||
68-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:66:13-71:29
|
||||
69 <action android:name="android.intent.action.INSERT_OR_EDIT" />
|
||||
69-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:67:17-79
|
||||
69-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:67:25-76
|
||||
68-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:74:6-80:17
|
||||
69 <action android:name="android.intent.action.SEARCH" />
|
||||
69-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:76:5-58
|
||||
69-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:76:13-56
|
||||
70
|
||||
71 <category android:name="android.intent.category.DEFAULT" />
|
||||
71-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:61:17-76
|
||||
71-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:61:27-73
|
||||
72
|
||||
73 <data android:mimeType="vnd.android.cursor.item/text_note" />
|
||||
73-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:62:17-78
|
||||
73-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:62:23-75
|
||||
74 <data android:mimeType="vnd.android.cursor.item/call_note" />
|
||||
74-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:62:17-78
|
||||
74-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:62:23-75
|
||||
75 </intent-filter>
|
||||
76 <intent-filter>
|
||||
76-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:73:13-76:29
|
||||
77 <action android:name="android.intent.action.SEARCH" />
|
||||
77-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:74:17-71
|
||||
77-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:74:25-68
|
||||
71-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:52:5-63
|
||||
71-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:52:15-61
|
||||
72 </intent-filter>
|
||||
73
|
||||
74 <meta-data
|
||||
74-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:82:5-90
|
||||
75 android:name="android.app.searchable"
|
||||
75-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:82:16-53
|
||||
76 android:resource="@xml/searchable" />
|
||||
76-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:82:54-88
|
||||
77 </activity>
|
||||
78
|
||||
79 <category android:name="android.intent.category.DEFAULT" />
|
||||
79-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:61:17-76
|
||||
79-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:61:27-73
|
||||
80 </intent-filter>
|
||||
81
|
||||
82 <meta-data
|
||||
82-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:78:13-80:54
|
||||
83 android:name="android.app.searchable"
|
||||
83-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:79:17-54
|
||||
84 android:resource="@xml/searchable" />
|
||||
84-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:80:17-51
|
||||
85 </activity>
|
||||
86
|
||||
87 <provider
|
||||
87-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:83:9-86:43
|
||||
88 android:name="net.micode.notes.data.NotesProvider"
|
||||
88-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:84:13-63
|
||||
89 android:authorities="micode_notes"
|
||||
89-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:85:13-47
|
||||
90 android:multiprocess="true" />
|
||||
90-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:86:13-40
|
||||
91
|
||||
92 <receiver
|
||||
92-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:88:9-100:20
|
||||
93 android:name="net.micode.notes.widget.NoteWidgetProvider_2x"
|
||||
93-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:89:13-57
|
||||
94 android:label="@string/app_widget2x2" >
|
||||
94-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:90:13-50
|
||||
95 <intent-filter>
|
||||
95-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:91:13-95:29
|
||||
96 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
||||
96-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:92:17-84
|
||||
96-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:92:25-81
|
||||
97 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
|
||||
97-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:93:17-85
|
||||
97-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:93:25-82
|
||||
98 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
|
||||
98-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:94:17-85
|
||||
98-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:94:25-82
|
||||
99 </intent-filter>
|
||||
100
|
||||
101 <meta-data
|
||||
101-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:97:13-99:58
|
||||
102 android:name="android.appwidget.provider"
|
||||
102-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:98:17-58
|
||||
103 android:resource="@xml/widget_2x_info" />
|
||||
103-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:99:17-55
|
||||
104 </receiver>
|
||||
105 <receiver
|
||||
105-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:101:9-114:20
|
||||
106 android:name="net.micode.notes.widget.NoteWidgetProvider_4x"
|
||||
106-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:102:13-57
|
||||
107 android:label="@string/app_widget4x4" >
|
||||
107-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:103:13-50
|
||||
108 <intent-filter>
|
||||
108-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:91:13-95:29
|
||||
109 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
||||
109-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:92:17-84
|
||||
109-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:92:25-81
|
||||
110 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
|
||||
110-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:93:17-85
|
||||
110-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:93:25-82
|
||||
111 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
|
||||
111-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:94:17-85
|
||||
111-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:94:25-82
|
||||
112 </intent-filter>
|
||||
113
|
||||
114 <meta-data
|
||||
114-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:97:13-99:58
|
||||
115 android:name="android.appwidget.provider"
|
||||
115-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:98:17-58
|
||||
116 android:resource="@xml/widget_4x_info" />
|
||||
116-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:99:17-55
|
||||
117 </receiver>
|
||||
118 <receiver android:name="net.micode.notes.ui.AlarmInitReceiver" >
|
||||
118-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:116:9-120:20
|
||||
118-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:116:19-55
|
||||
119 <intent-filter>
|
||||
119-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:117:13-119:29
|
||||
120 <action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||
120-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:118:17-79
|
||||
120-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:118:25-76
|
||||
121 </intent-filter>
|
||||
122 </receiver>
|
||||
123 <receiver
|
||||
123-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:122:9-125:20
|
||||
124 android:name="net.micode.notes.ui.AlarmReceiver"
|
||||
124-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:123:13-61
|
||||
125 android:process=":remote" >
|
||||
125-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:124:13-38
|
||||
126 </receiver>
|
||||
127
|
||||
128 <activity
|
||||
128-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:127:9-132:20
|
||||
129 android:name="net.micode.notes.ui.AlarmAlertActivity"
|
||||
129-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:128:13-50
|
||||
130 android:label="@string/app_name"
|
||||
130-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:129:13-45
|
||||
131 android:launchMode="singleInstance"
|
||||
131-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:130:13-48
|
||||
132 android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" >
|
||||
132-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:131:13-75
|
||||
133 </activity>
|
||||
134 <activity
|
||||
134-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:134:9-139:20
|
||||
135 android:name="net.micode.notes.ui.NotesPreferenceActivity"
|
||||
135-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:135:13-71
|
||||
136 android:label="@string/preferences_title"
|
||||
136-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:136:13-54
|
||||
137 android:launchMode="singleTop"
|
||||
137-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:137:13-43
|
||||
138 android:theme="@android:style/Theme.Holo.Light" >
|
||||
138-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:138:13-60
|
||||
139 </activity>
|
||||
140
|
||||
141 <service
|
||||
141-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:141:9-144:19
|
||||
142 android:name="net.micode.notes.gtask.remote.GTaskSyncService"
|
||||
142-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:142:13-74
|
||||
143 android:exported="false" >
|
||||
143-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:143:13-37
|
||||
144 </service>
|
||||
145
|
||||
146 <meta-data
|
||||
146-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:146:9-148:52
|
||||
147 android:name="android.app.default_searchable"
|
||||
147-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:147:13-58
|
||||
148 android:value=".ui.NoteEditActivity" />
|
||||
148-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:148:13-49
|
||||
149 </application>
|
||||
150
|
||||
151</manifest>
|
||||
79 <provider
|
||||
79-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:86:5-130
|
||||
80 android:name="net.micode.notes.data.NotesProvider"
|
||||
80-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:86:15-65
|
||||
81 android:authorities="micode_notes"
|
||||
81-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:86:94-128
|
||||
82 android:multiprocess="true" />
|
||||
82-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:86:66-93
|
||||
83 -
|
||||
84 <receiver
|
||||
84-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:89:6-104:12
|
||||
85 android:name="net.micode.notes.widget.NoteWidgetProvider_2x"
|
||||
85-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:89:16-60
|
||||
86 android:label="@string/app_widget2x2" >
|
||||
86-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:89:61-98
|
||||
87 -
|
||||
88 <intent-filter>
|
||||
88-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:92:6-100:17
|
||||
89 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
||||
89-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:94:5-71
|
||||
89-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:94:13-69
|
||||
90 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
|
||||
90-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:96:5-72
|
||||
90-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:96:13-70
|
||||
91 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
|
||||
91-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:98:5-72
|
||||
91-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:98:13-70
|
||||
92 </intent-filter>
|
||||
93
|
||||
94 <meta-data
|
||||
94-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:102:5-98
|
||||
95 android:name="android.appwidget.provider"
|
||||
95-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:102:16-57
|
||||
96 android:resource="@xml/widget_2x_info" />
|
||||
96-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:102:58-96
|
||||
97 </receiver>
|
||||
98 -
|
||||
99 <receiver
|
||||
99-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:107:6-122:12
|
||||
100 android:name="net.micode.notes.widget.NoteWidgetProvider_4x"
|
||||
100-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:107:16-60
|
||||
101 android:label="@string/app_widget4x4" >
|
||||
101-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:107:61-98
|
||||
102 -
|
||||
103 <intent-filter>
|
||||
103-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:92:6-100:17
|
||||
104 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
||||
104-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:94:5-71
|
||||
104-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:94:13-69
|
||||
105 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
|
||||
105-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:96:5-72
|
||||
105-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:96:13-70
|
||||
106 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
|
||||
106-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:98:5-72
|
||||
106-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:98:13-70
|
||||
107 </intent-filter>
|
||||
108
|
||||
109 <meta-data
|
||||
109-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:102:5-98
|
||||
110 android:name="android.appwidget.provider"
|
||||
110-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:102:16-57
|
||||
111 android:resource="@xml/widget_4x_info" />
|
||||
111-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:102:58-96
|
||||
112 </receiver>
|
||||
113 -
|
||||
114 <receiver android:name="net.micode.notes.ui.AlarmInitReceiver" >
|
||||
114-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:125:6-134:12
|
||||
114-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:125:16-52
|
||||
115 -
|
||||
116 <intent-filter>
|
||||
116-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:128:6-132:17
|
||||
117 <action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||
117-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:130:5-66
|
||||
117-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:130:13-64
|
||||
118 </intent-filter>
|
||||
119 </receiver>
|
||||
120 <receiver
|
||||
120-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:136:5-102
|
||||
121 android:name="net.micode.notes.ui.AlarmReceiver"
|
||||
121-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:136:15-63
|
||||
122 android:process=":remote" >
|
||||
122-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:136:64-89
|
||||
123 </receiver>
|
||||
124
|
||||
125 <activity
|
||||
125-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:138:5-197
|
||||
126 android:name="net.micode.notes.ui.AlarmAlertActivity"
|
||||
126-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:138:15-52
|
||||
127 android:label="@string/app_name"
|
||||
127-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:138:53-85
|
||||
128 android:launchMode="singleInstance"
|
||||
128-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:138:149-184
|
||||
129 android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" >
|
||||
129-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:138:86-148
|
||||
130 </activity>
|
||||
131 <activity
|
||||
131-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:140:5-207
|
||||
132 android:name="net.micode.notes.ui.NotesPreferenceActivity"
|
||||
132-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:140:15-73
|
||||
133 android:label="@string/preferences_title"
|
||||
133-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:140:74-115
|
||||
134 android:launchMode="singleTop"
|
||||
134-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:140:164-194
|
||||
135 android:theme="@android:style/Theme.Holo.Light" >
|
||||
135-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:140:116-163
|
||||
136 </activity>
|
||||
137
|
||||
138 <service
|
||||
138-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:142:5-112
|
||||
139 android:name="net.micode.notes.gtask.remote.GTaskSyncService"
|
||||
139-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:142:14-75
|
||||
140 android:exported="false" >
|
||||
140-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:142:76-100
|
||||
141 </service>
|
||||
142
|
||||
143 <meta-data
|
||||
143-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:144:5-100
|
||||
144 android:name="android.app.default_searchable"
|
||||
144-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:144:16-61
|
||||
145 android:value=".ui.NoteEditActivity" />
|
||||
145-->D:\Notes-master2\Notes-master2\app\src\main\AndroidManifest.xml:144:62-98
|
||||
146 </application>
|
||||
147
|
||||
148</manifest>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue