有置顶功能

pull/17/head
cxf 9 months ago
parent 15878b8d4c
commit 2d757bb01d

@ -1,2 +1,2 @@
#Fri Oct 11 11:55:11 CST 2024 #Tue Dec 17 09:57:40 CST 2024
gradle.version=8.7 gradle.version=7.5

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="CompilerConfiguration"> <component name="CompilerConfiguration">
<bytecodeTargetLevel target="17" /> <bytecodeTargetLevel target="11" />
</component> </component>
</project> </project>

@ -1,16 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="DBNavigator.Project.DDLFileAttachmentManager">
<mappings />
<preferences />
</component>
<component name="DBNavigator.Project.DataEditorManager"> <component name="DBNavigator.Project.DataEditorManager">
<record-view-column-sorting-type value="BY_INDEX" /> <record-view-column-sorting-type value="BY_INDEX" />
<value-preview-text-wrapping value="true" /> <value-preview-text-wrapping value="true" />
<value-preview-pinned value="false" /> <value-preview-pinned value="false" />
</component> </component>
<component name="DBNavigator.Project.DatabaseBrowserManager">
<autoscroll-to-editor value="false" />
<autoscroll-from-editor value="true" />
<show-object-properties value="true" />
<loaded-nodes />
</component>
<component name="DBNavigator.Project.DatabaseEditorStateManager"> <component name="DBNavigator.Project.DatabaseEditorStateManager">
<last-used-providers /> <last-used-providers />
</component> </component>
<component name="DBNavigator.Project.DatabaseFileManager"> <component name="DBNavigator.Project.DatabaseFileManager">
<open-files /> <open-files />
</component> </component>
<component name="DBNavigator.Project.ExecutionManager">
<retain-sticky-names value="false" />
</component>
<component name="DBNavigator.Project.ParserDiagnosticsManager">
<diagnostics-history />
</component>
<component name="DBNavigator.Project.Settings"> <component name="DBNavigator.Project.Settings">
<connections /> <connections />
<browser-settings> <browser-settings>
@ -18,6 +34,7 @@
<display-mode value="TABBED" /> <display-mode value="TABBED" />
<navigation-history-size value="100" /> <navigation-history-size value="100" />
<show-object-details value="false" /> <show-object-details value="false" />
<enable-sticky-paths value="true" />
</general> </general>
<filters> <filters>
<object-type-filter> <object-type-filter>
@ -163,6 +180,7 @@
<confirmations> <confirmations>
<save-changes value="false" /> <save-changes value="false" />
<revert-changes value="true" /> <revert-changes value="true" />
<exit-on-changes value="ASK" />
</confirmations> </confirmations>
</code-editor-settings> </code-editor-settings>
<code-completion-settings> <code-completion-settings>
@ -361,10 +379,6 @@
<compile-dependencies value="ASK" /> <compile-dependencies value="ASK" />
<always-show-controls value="false" /> <always-show-controls value="false" />
</compiler> </compiler>
<debugger>
<debugger-type value="ASK" />
<use-generic-runners value="true" />
</debugger>
</operation-settings> </operation-settings>
<ddl-file-settings> <ddl-file-settings>
<extensions> <extensions>

@ -1,10 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="deploymentTargetDropDown"> <component name="deploymentTargetDropDown">
<value> <targetSelectedWithDropDown>
<entry key="app"> <Target>
<State /> <type value="QUICK_BOOT_TARGET" />
</entry> <deviceKey>
</value> <Key>
<type value="VIRTUAL_DEVICE_PATH" />
<value value="D:\AndroidSDK\android_AVD\.android\avd\Pixel_3_API_28.avd" />
</Key>
</deviceKey>
</Target>
</targetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2024-12-17T02:13:55.317212900Z" />
</component> </component>
</project> </project>

@ -5,7 +5,8 @@
<option name="linkedExternalProjectsSettings"> <option name="linkedExternalProjectsSettings">
<GradleProjectSettings> <GradleProjectSettings>
<option name="externalProjectPath" value="$PROJECT_DIR$" /> <option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="#GRADLE_LOCAL_JAVA_HOME" /> <option name="gradleHome" value="$PROJECT_DIR$/../../gradle-7.5" />
<option name="gradleJvm" value="jbr-17" />
<option name="modules"> <option name="modules">
<set> <set>
<option value="$PROJECT_DIR$" /> <option value="$PROJECT_DIR$" />
@ -15,6 +16,5 @@
<option name="resolveExternalAnnotations" value="false" /> <option name="resolveExternalAnnotations" value="false" />
</GradleProjectSettings> </GradleProjectSettings>
</option> </option>
<option name="parallelModelFetch" value="true" />
</component> </component>
</project> </project>

@ -1,5 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="DesignSurface">
<option name="filePathToZoomLevelMap">
<map>
<entry key="..\:/xiaomi/c_branch/xiaomi/src/Notes/app/src/main/res/layout/note_edit.xml" value="0.1453900709219858" />
<entry key="..\:/xiaomi/c_branch/xiaomi/src/Notes/app/src/main/res/layout/note_item.xml" value="0.1" />
<entry key="..\:/xiaomi/c_branch/xiaomi/src/Notes/app/src/main/res/menu/note_edit.xml" value="0.29435897435897435" />
</map>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" /> <output url="file://$PROJECT_DIR$/build/classes" />
</component> </component>

@ -1,6 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<module version="4"> <module external.linked.project.id=":app:androidTest" external.linked.project.path="$MODULE_DIR$/../../../app" external.root.project.path="$MODULE_DIR$/../../.." external.system.id="GRADLE" external.system.module.type="sourceSet" type="JAVA_MODULE" version="4">
<component name="SonarLintModuleSettings"> <component name="FacetManager">
<option name="uniqueId" value="e40e55c6-f36f-4471-8391-991dbde1e13c" /> <facet type="android" name="Android">
<configuration>
<option name="SELECTED_BUILD_VARIANT" value="debug" />
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
<afterSyncTasks>
<task>generateDebugSources</task>
</afterSyncTasks>
<option name="ALLOW_USER_CONFIGURATION" value="false" />
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/main/res;file://$MODULE_DIR$/../../../app/src/debug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/debug" />
<option name="TEST_RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/androidTest/res;file://$MODULE_DIR$/../../../app/src/androidTestDebug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/androidTest/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/androidTest/debug" />
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
</configuration>
</facet>
</component> </component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/../../../app/build/generated/aidl_source_output_dir/debugAndroidTest/out" />
<content url="file://$MODULE_DIR$/../../../app/build/generated/ap_generated_sources/debugAndroidTest/out" />
<content url="file://$MODULE_DIR$/../../../app/build/generated/renderscript_source_output_dir/debugAndroidTest/out" />
<content url="file://$MODULE_DIR$/../../../app/build/generated/res/resValues/androidTest/debug" />
<content url="file://$MODULE_DIR$/../../../app/build/generated/res/rs/androidTest/debug" />
<content url="file://$MODULE_DIR$/../../../app/build/generated/source/buildConfig/androidTest/debug">
<sourceFolder url="file://$MODULE_DIR$/../../../app/build/generated/source/buildConfig/androidTest/debug" isTestSource="true" generated="true" />
</content>
<content url="file://$MODULE_DIR$/../../../app/src/androidTest" />
<content url="file://$MODULE_DIR$/../../../app/src/androidTestDebug" />
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="Notes.app.main" scope="TEST" />
</component>
<component name="TestModuleProperties" production-module="Notes.app.main" />
</module> </module>

@ -1,6 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<module version="4"> <module external.linked.project.id=":app" external.linked.project.path="$MODULE_DIR$/../../../app" external.root.project.path="$MODULE_DIR$/../../.." external.system.id="GRADLE" external.system.module.group="Notes" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<component name="SonarLintModuleSettings"> <component name="FacetManager">
<option name="uniqueId" value="00647491-488f-4d59-8aa2-774d3e3182fa" /> <facet type="android-gradle" name="Android-Gradle">
<configuration>
<option name="GRADLE_PROJECT_PATH" value=":app" />
<option name="LAST_SUCCESSFUL_SYNC_AGP_VERSION" value="7.2.2" />
<option name="LAST_KNOWN_AGP_VERSION" value="7.2.2" />
</configuration>
</facet>
<facet type="android" name="Android">
<configuration>
<option name="SELECTED_BUILD_VARIANT" value="debug" />
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
<afterSyncTasks>
<task>generateDebugSources</task>
</afterSyncTasks>
<option name="ALLOW_USER_CONFIGURATION" value="false" />
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/main/res;file://$MODULE_DIR$/../../../app/src/debug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/debug" />
<option name="TEST_RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/androidTest/res;file://$MODULE_DIR$/../../../app/src/androidTestDebug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/androidTest/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/androidTest/debug" />
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/../../../app/build/intermediates/javac/debug/classes" />
<output-test url="file://$MODULE_DIR$/../../../app/build/intermediates/javac/debugUnitTest/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../../app">
<excludeFolder url="file://$MODULE_DIR$/../../../app/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/../../../app/build" />
</content>
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component> </component>
</module> </module>

@ -1,6 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<module version="4"> <module external.linked.project.id=":app:main" external.linked.project.path="$MODULE_DIR$/../../../app" external.root.project.path="$MODULE_DIR$/../../.." external.system.id="GRADLE" external.system.module.type="sourceSet" type="JAVA_MODULE" version="4">
<component name="SonarLintModuleSettings"> <component name="FacetManager">
<option name="uniqueId" value="74ce618a-194a-496d-b474-994cf8ff9907" /> <facet type="android" name="Android">
<configuration>
<option name="SELECTED_BUILD_VARIANT" value="debug" />
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
<afterSyncTasks>
<task>generateDebugSources</task>
</afterSyncTasks>
<option name="ALLOW_USER_CONFIGURATION" value="false" />
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/main/res;file://$MODULE_DIR$/../../../app/src/debug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/debug" />
<option name="TEST_RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/androidTest/res;file://$MODULE_DIR$/../../../app/src/androidTestDebug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/androidTest/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/androidTest/debug" />
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/../../../app/build/generated/aidl_source_output_dir/debug/out" />
<content url="file://$MODULE_DIR$/../../../app/build/generated/ap_generated_sources/debug/out">
<sourceFolder url="file://$MODULE_DIR$/../../../app/build/generated/ap_generated_sources/debug/out" isTestSource="false" generated="true" />
</content>
<content url="file://$MODULE_DIR$/../../../app/build/generated/renderscript_source_output_dir/debug/out" />
<content url="file://$MODULE_DIR$/../../../app/build/generated/res/resValues/debug">
<sourceFolder url="file://$MODULE_DIR$/../../../app/build/generated/res/resValues/debug" type="java-resource" />
</content>
<content url="file://$MODULE_DIR$/../../../app/build/generated/res/rs/debug" />
<content url="file://$MODULE_DIR$/../../../app/build/generated/source/buildConfig/debug">
<sourceFolder url="file://$MODULE_DIR$/../../../app/build/generated/source/buildConfig/debug" isTestSource="false" generated="true" />
</content>
<content url="file://$MODULE_DIR$/../../../app/src/debug" />
<content url="file://$MODULE_DIR$/../../../app/src/main">
<sourceFolder url="file://$MODULE_DIR$/../../../app/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/../../../app/src/main/res" type="java-resource" />
</content>
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component> </component>
</module> </module>

@ -1,6 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<module version="4"> <module external.linked.project.id=":app:unitTest" external.linked.project.path="$MODULE_DIR$/../../../app" external.root.project.path="$MODULE_DIR$/../../.." external.system.id="GRADLE" external.system.module.type="sourceSet" type="JAVA_MODULE" version="4">
<component name="SonarLintModuleSettings"> <component name="FacetManager">
<option name="uniqueId" value="73b07971-0436-4791-aa68-d9b5d6870667" /> <facet type="android" name="Android">
<configuration>
<option name="SELECTED_BUILD_VARIANT" value="debug" />
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
<afterSyncTasks>
<task>generateDebugSources</task>
</afterSyncTasks>
<option name="ALLOW_USER_CONFIGURATION" value="false" />
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/main/res;file://$MODULE_DIR$/../../../app/src/debug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/debug" />
<option name="TEST_RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/../../../app/src/androidTest/res;file://$MODULE_DIR$/../../../app/src/androidTestDebug/res;file://$MODULE_DIR$/../../../app/build/generated/res/rs/androidTest/debug;file://$MODULE_DIR$/../../../app/build/generated/res/resValues/androidTest/debug" />
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
</configuration>
</facet>
</component> </component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/../../../app/build/generated/ap_generated_sources/debugUnitTest/out" />
<content url="file://$MODULE_DIR$/../../../app/src/test" />
<content url="file://$MODULE_DIR$/../../../app/src/testDebug" />
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="Notes.app.main" scope="TEST" />
</component>
<component name="TestModuleProperties" production-module="Notes.app.main" />
</module> </module>

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
<mapping directory="$PROJECT_DIR$" vcs="Git" /> <mapping directory="$PROJECT_DIR$" vcs="Git" />
</component> </component>
</project> </project>

@ -26,3 +26,7 @@ android {
} }
namespace 'net.micode.notes' namespace 'net.micode.notes'
} }

@ -16,6 +16,5 @@
"outputFile": "app-debug.apk" "outputFile": "app-debug.apk"
} }
], ],
"elementType": "File", "elementType": "File"
"minSdkVersionForDexing": 24
} }

@ -1,2 +1,2 @@
#- File Locator - #- File Locator -
listingFile=../../../outputs/apk/debug/output-metadata.json listingFile=../../apk/debug/output-metadata.json

@ -1,2 +1,2 @@
appMetadataVersion=1.1 appMetadataVersion=1.1
androidGradlePluginVersion=7.4.2 androidGradlePluginVersion=7.2.2

@ -1,10 +0,0 @@
{
"version": 3,
"artifactType": {
"type": "COMPATIBLE_SCREEN_MANIFEST",
"kind": "Directory"
},
"applicationId": "net.micode.notes",
"variantName": "debug",
"elements": []
}

@ -1,96 +1,97 @@
#Tue Oct 15 08:35:29 CST 2024 #Tue Dec 17 23:03:45 CST 2024
net.micode.notes.app-main-6\:/color/primary_text_dark.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\color_primary_text_dark.xml.flat net.micode.notes.app-main-7\:/color/primary_text_dark.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\color_primary_text_dark.xml.flat
net.micode.notes.app-main-6\:/color/secondary_text_dark.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\color_secondary_text_dark.xml.flat net.micode.notes.app-main-7\:/color/secondary_text_dark.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\color_secondary_text_dark.xml.flat
net.micode.notes.app-main-6\:/drawable-hdpi/bg_btn_set_color.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_bg_btn_set_color.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/bg_btn_set_color.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_btn_set_color.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/bg_color_btn_mask.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_bg_color_btn_mask.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/bg_color_btn_mask.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/call_record.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_call_record.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/call_record.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_call_record.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/clock.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_clock.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/clock.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_clock.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/delete.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_delete.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/delete.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_delete.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/dropdown_icon.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_dropdown_icon.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/dropdown_icon.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_dropdown_icon.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/edit_blue.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_blue.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/edit_blue.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_blue.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/edit_green.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_green.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/edit_green.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_green.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/edit_red.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_red.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/edit_red.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_red.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/edit_title_blue.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_blue.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_blue.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_blue.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/edit_title_green.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_green.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_green.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_green.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/edit_title_red.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_red.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_red.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_red.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/edit_title_white.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_white.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_white.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_white.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/edit_title_yellow.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_yellow.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/edit_title_yellow.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/edit_white.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_white.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/edit_white.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_white.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/edit_yellow.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_yellow.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/edit_yellow.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_yellow.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/font_large.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_large.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/font_large.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_large.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/font_normal.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_normal.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/font_normal.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_normal.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/font_size_selector_bg.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_size_selector_bg.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/font_size_selector_bg.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/font_small.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_small.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/font_small.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_small.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/font_super.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_super.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/font_super.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_super.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/icon_app.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_icon_app.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/icon_app.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_icon_app.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_background.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_background.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_background.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_background.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_blue_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_blue_down.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_down.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_blue_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_blue_middle.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_middle.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_blue_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_blue_single.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_single.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_blue_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_blue_up.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_blue_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_up.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_folder.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_folder.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_folder.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_folder.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_footer_bg.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_footer_bg.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_footer_bg.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_footer_bg.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_green_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_green_down.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_green_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_down.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_green_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_green_middle.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_green_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_middle.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_green_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_green_single.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_green_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_single.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_green_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_green_up.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_green_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_up.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_red_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_red_down.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_red_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_down.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_red_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_red_middle.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_red_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_middle.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_red_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_red_single.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_red_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_single.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_red_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_red_up.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_red_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_up.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_white_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_white_down.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_white_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_down.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_white_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_white_middle.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_white_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_middle.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_white_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_white_single.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_white_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_single.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_white_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_white_up.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_white_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_up.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_yellow_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_yellow_down.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_down.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_down.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_yellow_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_yellow_middle.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_middle.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_yellow_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_yellow_single.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_single.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_single.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/list_yellow_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_yellow_up.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/list_yellow_up.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_up.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/menu_delete.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_menu_delete.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/menu_delete.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_delete.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/menu_move.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_menu_move.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/menu_move.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_move.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/new_note_normal.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_new_note_normal.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/menu_top.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_top.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/new_note_pressed.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_new_note_pressed.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/new_note_normal.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_normal.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/note_edit_color_selector_panel.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_note_edit_color_selector_panel.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/new_note_pressed.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_pressed.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/notification.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_notification.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/note_edit_color_selector_panel.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/search_result.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_search_result.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/notification.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_notification.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/selected.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_selected.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/search_result.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_search_result.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/title_alert.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_title_alert.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/selected.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_selected.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/title_bar_bg.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_title_bar_bg.9.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/title_alert.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_alert.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/widget_2x_blue.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_blue.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/title_bar_bg.9.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_bar_bg.9.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/widget_2x_green.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_green.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_blue.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_blue.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/widget_2x_red.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_red.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_green.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_green.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/widget_2x_white.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_white.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_red.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_red.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/widget_2x_yellow.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_yellow.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_white.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_white.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/widget_4x_blue.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_blue.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/widget_2x_yellow.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_yellow.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/widget_4x_green.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_green.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_blue.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_blue.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/widget_4x_red.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_red.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_green.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_green.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/widget_4x_white.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_white.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_red.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_red.png.flat
net.micode.notes.app-main-6\:/drawable-hdpi/widget_4x_yellow.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_yellow.png.flat net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_white.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_white.png.flat
net.micode.notes.app-main-6\:/drawable/new_note.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_new_note.xml.flat net.micode.notes.app-main-7\:/drawable-hdpi/widget_4x_yellow.png=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_yellow.png.flat
net.micode.notes.app-main-6\:/layout/account_dialog_title.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_account_dialog_title.xml.flat net.micode.notes.app-main-7\:/drawable/new_note.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\drawable_new_note.xml.flat
net.micode.notes.app-main-6\:/layout/add_account_text.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_add_account_text.xml.flat net.micode.notes.app-main-7\:/layout/account_dialog_title.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_account_dialog_title.xml.flat
net.micode.notes.app-main-6\:/layout/datetime_picker.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_datetime_picker.xml.flat net.micode.notes.app-main-7\:/layout/add_account_text.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_add_account_text.xml.flat
net.micode.notes.app-main-6\:/layout/dialog_edit_text.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_dialog_edit_text.xml.flat net.micode.notes.app-main-7\:/layout/datetime_picker.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_datetime_picker.xml.flat
net.micode.notes.app-main-6\:/layout/folder_list_item.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_folder_list_item.xml.flat net.micode.notes.app-main-7\:/layout/dialog_edit_text.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_dialog_edit_text.xml.flat
net.micode.notes.app-main-6\:/layout/note_edit.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_edit.xml.flat net.micode.notes.app-main-7\:/layout/folder_list_item.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_folder_list_item.xml.flat
net.micode.notes.app-main-6\:/layout/note_edit_list_item.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_edit_list_item.xml.flat net.micode.notes.app-main-7\:/layout/note_edit.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit.xml.flat
net.micode.notes.app-main-6\:/layout/note_item.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_item.xml.flat net.micode.notes.app-main-7\:/layout/note_edit_list_item.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit_list_item.xml.flat
net.micode.notes.app-main-6\:/layout/note_list.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_list.xml.flat net.micode.notes.app-main-7\:/layout/note_item.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_note_item.xml.flat
net.micode.notes.app-main-6\:/layout/note_list_dropdown_menu.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_list_dropdown_menu.xml.flat net.micode.notes.app-main-7\:/layout/note_list.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list.xml.flat
net.micode.notes.app-main-6\:/layout/note_list_footer.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_list_footer.xml.flat net.micode.notes.app-main-7\:/layout/note_list_dropdown_menu.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_dropdown_menu.xml.flat
net.micode.notes.app-main-6\:/layout/settings_header.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_settings_header.xml.flat net.micode.notes.app-main-7\:/layout/note_list_footer.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_footer.xml.flat
net.micode.notes.app-main-6\:/layout/widget_2x.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_widget_2x.xml.flat net.micode.notes.app-main-7\:/layout/settings_header.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_settings_header.xml.flat
net.micode.notes.app-main-6\:/layout/widget_4x.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_widget_4x.xml.flat net.micode.notes.app-main-7\:/layout/widget_2x.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_2x.xml.flat
net.micode.notes.app-main-6\:/menu/call_note_edit.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_call_note_edit.xml.flat net.micode.notes.app-main-7\:/layout/widget_4x.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_4x.xml.flat
net.micode.notes.app-main-6\:/menu/call_record_folder.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_call_record_folder.xml.flat net.micode.notes.app-main-7\:/menu/call_note_edit.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\menu_call_note_edit.xml.flat
net.micode.notes.app-main-6\:/menu/note_edit.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_edit.xml.flat net.micode.notes.app-main-7\:/menu/call_record_folder.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\menu_call_record_folder.xml.flat
net.micode.notes.app-main-6\:/menu/note_list.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_list.xml.flat net.micode.notes.app-main-7\:/menu/note_edit.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\menu_note_edit.xml.flat
net.micode.notes.app-main-6\:/menu/note_list_dropdown.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_list_dropdown.xml.flat net.micode.notes.app-main-7\:/menu/note_list.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list.xml.flat
net.micode.notes.app-main-6\:/menu/note_list_options.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_list_options.xml.flat net.micode.notes.app-main-7\:/menu/note_list_dropdown.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_dropdown.xml.flat
net.micode.notes.app-main-6\:/menu/sub_folder.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_sub_folder.xml.flat net.micode.notes.app-main-7\:/menu/note_list_options.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_options.xml.flat
net.micode.notes.app-main-6\:/raw-zh-rCN/introduction=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\raw-zh-rCN_introduction.flat net.micode.notes.app-main-7\:/menu/sub_folder.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\menu_sub_folder.xml.flat
net.micode.notes.app-main-6\:/raw/introduction=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\raw_introduction.flat net.micode.notes.app-main-7\:/raw-zh-rCN/introduction=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\raw-zh-rCN_introduction.flat
net.micode.notes.app-main-6\:/xml/preferences.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_preferences.xml.flat net.micode.notes.app-main-7\:/raw/introduction=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\raw_introduction.flat
net.micode.notes.app-main-6\:/xml/searchable.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_searchable.xml.flat net.micode.notes.app-main-7\:/xml/preferences.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\xml_preferences.xml.flat
net.micode.notes.app-main-6\:/xml/widget_2x_info.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_widget_2x_info.xml.flat net.micode.notes.app-main-7\:/xml/searchable.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\xml_searchable.xml.flat
net.micode.notes.app-main-6\:/xml/widget_4x_info.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_widget_4x_info.xml.flat net.micode.notes.app-main-7\:/xml/widget_2x_info.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_2x_info.xml.flat
net.micode.notes.app-main-7\:/xml/widget_4x_info.xml=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_4x_info.xml.flat

File diff suppressed because one or more lines are too long

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTest$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTest" generated-set="androidTest$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTestDebug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTestDebug" generated-set="androidTestDebug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\build\generated\res\resValues\androidTest\debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\build\generated\res\resValues\androidTest\debug"/></dataSet><mergedItems/></merger> <merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTest$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\res"/><source path="D:\Android Studio\Notes\app\build\generated\res\rs\androidTest\debug"/><source path="D:\Android Studio\Notes\app\build\generated\res\resValues\androidTest\debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTest" generated-set="androidTest$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\res"/><source path="D:\Android Studio\Notes\app\build\generated\res\rs\androidTest\debug"/><source path="D:\Android Studio\Notes\app\build\generated\res\resValues\androidTest\debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTestDebug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="androidTestDebug" generated-set="androidTestDebug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\res"/></dataSet><mergedItems/></merger>

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="androidTest" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\assets"/></dataSet><dataSet config="androidTestDebug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\assets"/></dataSet><dataSet config="generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\build\intermediates\shader_assets\debugAndroidTest\compileDebugAndroidTestShaders\out"/></dataSet></merger> <merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\assets"/><source path="D:\Android Studio\Notes\app\build\intermediates\shader_assets\debugAndroidTest\out"/></dataSet><dataSet config="androidTestDebug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\assets"/></dataSet></merger>

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="androidTest" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\jniLibs"/></dataSet><dataSet config="androidTestDebug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\jniLibs"/></dataSet></merger> <merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\jniLibs"/></dataSet><dataSet config="androidTestDebug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\jniLibs"/></dataSet></merger>

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="androidTest" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\shaders"/></dataSet><dataSet config="androidTestDebug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\shaders"/></dataSet></merger> <merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTest\shaders"/></dataSet><dataSet config="androidTestDebug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\androidTestDebug\shaders"/></dataSet></merger>

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\main\assets"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\debug\assets"/></dataSet><dataSet config="generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\build\intermediates\shader_assets\debug\compileDebugShaders\out"/></dataSet></merger> <merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\main\assets"/><source path="D:\Android Studio\Notes\app\build\intermediates\shader_assets\debug\out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="D:\Android Studio\Notes\app\src\debug\assets"/></dataSet></merger>

@ -1,4 +1,4 @@
#Tue Oct 22 23:13:09 CST 2024 #Tue Dec 17 23:04:05 CST 2024
base.0=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\0\\classes.dex base.0=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\0\\classes.dex
base.1=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\11\\classes.dex base.1=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\11\\classes.dex
base.2=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\12\\classes.dex base.2=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\12\\classes.dex

@ -1,4 +1,4 @@
#Fri Oct 11 12:01:36 CST 2024 #Tue Dec 17 23:03:57 CST 2024
base.0=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\dex\\debugAndroidTest\\mergeProjectDexDebugAndroidTest\\0\\classes.dex base.0=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\dex\\debugAndroidTest\\mergeProjectDexDebugAndroidTest\\0\\classes.dex
base.1=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\dex\\debugAndroidTest\\mergeProjectDexDebugAndroidTest\\13\\classes.dex base.1=D\:\\Android Studio\\Notes\\app\\build\\intermediates\\dex\\debugAndroidTest\\mergeProjectDexDebugAndroidTest\\13\\classes.dex
path.0=0/classes.dex path.0=0/classes.dex

@ -6,271 +6,270 @@
6 android:versionCode="1" 6 android:versionCode="1"
7 android:versionName="0.1" > <!-- 使用的SDK版本 --> 7 android:versionName="0.1" > <!-- 使用的SDK版本 -->
8 <uses-sdk 8 <uses-sdk
8-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:11:5-44 8-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:10:5-44
9 android:minSdkVersion="21" 9 android:minSdkVersion="21"
9-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:11:15-41 9-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:10:15-41
10 android:targetSdkVersion="21" /> 10 android:targetSdkVersion="21" />
10-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:11:5-44 10-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:10:5-44
11 11
12 <!-- 应用需要的权限 --> 12 <!-- 应用需要的权限 -->
13 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> 13 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
13-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:14:5-81 13-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:13:5-81
13-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:14:22-78 13-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:13:22-78
14 <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" /> 14 <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
14-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:15:5-88 14-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:14:5-88
14-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:15:22-85 14-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:14:22-85
15 <uses-permission android:name="android.permission.INTERNET" /> 15 <uses-permission android:name="android.permission.INTERNET" />
15-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:16:5-67 15-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:15:5-67
15-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:16:22-64 15-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:15:22-64
16 <uses-permission android:name="android.permission.READ_CONTACTS" /> 16 <uses-permission android:name="android.permission.READ_CONTACTS" />
16-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:17:5-72 16-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:16:5-72
16-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:17:22-69 16-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:16:22-69
17 <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" /> 17 <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
17-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:18:5-74 17-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:17:5-74
17-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:18:22-71 17-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:17:22-71
18 <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" /> 18 <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
18-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:19:5-80 18-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:18:5-80
18-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:19:22-77 18-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:18:22-77
19 <uses-permission android:name="android.permission.GET_ACCOUNTS" /> 19 <uses-permission android:name="android.permission.GET_ACCOUNTS" />
19-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:20:5-71 19-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:19:5-71
19-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:20:22-68 19-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:19:22-68
20 <uses-permission android:name="android.permission.USE_CREDENTIALS" /> 20 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
20-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:21:5-74 20-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:20:5-74
20-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:21:22-71 20-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:20:22-71
21 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> 21 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
21-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:22:5-81 21-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:21:5-81
21-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:22:22-78 21-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:21:22-78
22 <!-- 应用程序定义 --> 22 <!-- 应用程序定义 -->
23 <application 23 <application
23-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:25:5-146:19 23-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:24:5-145:19
24 android:debuggable="true" 24 android:debuggable="true"
25 android:icon="@drawable/icon_app" 25 android:icon="@drawable/icon_app"
25-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:26:9-42 25-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:25:9-42
26 android:label="@string/app_name" > 26 android:label="@string/app_name"
26-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:27:9-41 26-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:26:9-41
27 27 android:testOnly="true" >
28 <!-- 主Activity启动器 --> 28
29 <activity 29 <!-- 主Activity启动器 -->
29-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:29:9-41:20 30 <activity
30 android:name="net.micode.notes.ui.NotesListActivity" 30-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:28:9-40:20
30-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:30:13-49 31 android:name="net.micode.notes.ui.NotesListActivity"
31 android:configChanges="keyboardHidden|orientation|screenSize" 31-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:29:13-49
31-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:31:13-74 32 android:configChanges="keyboardHidden|orientation|screenSize"
32 android:label="@string/app_name" 32-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:30:13-74
32-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:32:13-45 33 android:label="@string/app_name"
33 android:launchMode="singleTop" 33-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:31:13-45
33-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:33:13-43 34 android:launchMode="singleTop"
34 android:theme="@style/NoteTheme" 34-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:32:13-43
34-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:34:13-45 35 android:theme="@style/NoteTheme"
35 android:uiOptions="splitActionBarWhenNarrow" 35-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:33:13-45
35-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:35:13-57
36 android:windowSoftInputMode="adjustPan" > 36 android:windowSoftInputMode="adjustPan" >
36-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:36:13-52 36-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:35:13-52
37 <intent-filter> 37 <intent-filter>
37-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:37:13-40:29 37-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:36:13-39:29
38 <action android:name="android.intent.action.MAIN" /> 38 <action android:name="android.intent.action.MAIN" />
38-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:38:17-69 38-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:37:17-69
38-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:38:25-66 38-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:37:25-66
39 39
40 <category android:name="android.intent.category.LAUNCHER" /> 40 <category android:name="android.intent.category.LAUNCHER" />
40-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:39:17-77 40-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:38:17-77
40-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:39:27-74 40-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:38:27-74
41 </intent-filter> 41 </intent-filter>
42 </activity> 42 </activity>
43 43
44 <!-- 编辑笔记的Activity --> 44 <!-- 编辑笔记的Activity -->
45 <activity 45 <activity
45-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:44:9-76:20 45-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:43:9-75:20
46 android:name="net.micode.notes.ui.NoteEditActivity" 46 android:name="net.micode.notes.ui.NoteEditActivity"
46-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:45:13-48 46-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:44:13-48
47 android:configChanges="keyboardHidden|orientation|screenSize" 47 android:configChanges="keyboardHidden|orientation|screenSize"
47-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:46:13-74 47-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:45:13-74
48 android:launchMode="singleTop" 48 android:launchMode="singleTop"
48-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:47:13-43 48-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:46:13-43
49 android:theme="@style/NoteTheme" > 49 android:theme="@style/NoteTheme" >
49-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:48:13-45 49-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:47:13-45
50 50
51 <!-- 处理外部HTTP链接和编辑意图 --> 51 <!-- 处理外部HTTP链接和编辑意图 -->
52 <intent-filter android:scheme="http" > 52 <intent-filter android:scheme="http" >
52-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:50:13-58:29 52-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:49:13-57:29
52-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:51:17-38 52-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:50:17-38
53 <action android:name="android.intent.action.VIEW" /> 53 <action android:name="android.intent.action.VIEW" />
53-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:53:17-69 53-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:52:17-69
53-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:53:25-66 53-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:52:25-66
54 54
55 <category android:name="android.intent.category.DEFAULT" /> 55 <category android:name="android.intent.category.DEFAULT" />
55-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:54:17-76 55-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:53:17-76
55-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:54:27-73 55-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:53:27-73
56 56
57 <data android:mimeType="vnd.android.cursor.item/text_note" /> 57 <data android:mimeType="vnd.android.cursor.item/text_note" />
57-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:56:17-78 57-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:55:17-78
57-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:56:23-75 57-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:55:23-75
58 <data android:mimeType="vnd.android.cursor.item/call_note" /> 58 <data android:mimeType="vnd.android.cursor.item/call_note" />
58-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:56:17-78 58-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:55:17-78
58-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:56:23-75 58-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:55:23-75
59 </intent-filter> 59 </intent-filter>
60 <!-- 处理插入或编辑意图 --> 60 <!-- 处理插入或编辑意图 -->
61 <intent-filter> 61 <intent-filter>
61-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:60:13-66:29 61-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:59:13-65:29
62 <action android:name="android.intent.action.INSERT_OR_EDIT" /> 62 <action android:name="android.intent.action.INSERT_OR_EDIT" />
62-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:61:17-79 62-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:60:17-79
62-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:61:25-76 62-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:60:25-76
63 63
64 <category android:name="android.intent.category.DEFAULT" /> 64 <category android:name="android.intent.category.DEFAULT" />
64-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:54:17-76 64-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:53:17-76
64-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:54:27-73 64-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:53:27-73
65 65
66 <data android:mimeType="vnd.android.cursor.item/text_note" /> 66 <data android:mimeType="vnd.android.cursor.item/text_note" />
66-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:56:17-78 66-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:55:17-78
66-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:56:23-75 66-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:55:23-75
67 <data android:mimeType="vnd.android.cursor.item/call_note" /> 67 <data android:mimeType="vnd.android.cursor.item/call_note" />
67-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:56:17-78 67-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:55:17-78
67-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:56:23-75 67-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:55:23-75
68 </intent-filter> 68 </intent-filter>
69 <!-- 处理搜索意图 --> 69 <!-- 处理搜索意图 -->
70 <intent-filter> 70 <intent-filter>
70-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:68:13-71:29 70-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:67:13-70:29
71 <action android:name="android.intent.action.SEARCH" /> 71 <action android:name="android.intent.action.SEARCH" />
71-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:69:17-71 71-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:68:17-71
71-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:69:25-68 71-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:68:25-68
72 72
73 <category android:name="android.intent.category.DEFAULT" /> 73 <category android:name="android.intent.category.DEFAULT" />
73-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:54:17-76 73-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:53:17-76
73-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:54:27-73 73-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:53:27-73
74 </intent-filter> 74 </intent-filter>
75 <!-- 搜索配置 --> 75 <!-- 搜索配置 -->
76 <meta-data 76 <meta-data
76-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:73:13-75:54 76-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:72:13-74:54
77 android:name="android.app.searchable" 77 android:name="android.app.searchable"
77-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:74:17-54 77-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:73:17-54
78 android:resource="@xml/searchable" /> 78 android:resource="@xml/searchable" />
78-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:75:17-51 78-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:74:17-51
79 </activity> 79 </activity>
80 80
81 <!-- 提供者:用于管理笔记数据 --> 81 <!-- 提供者:用于管理笔记数据 -->
82 <provider 82 <provider
82-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:79:9-82:43 82-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:78:9-81:43
83 android:name="net.micode.notes.data.NotesProvider" 83 android:name="net.micode.notes.data.NotesProvider"
83-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:80:13-63 83-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:79:13-63
84 android:authorities="micode_notes" 84 android:authorities="micode_notes"
84-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:81:13-47 84-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:80:13-47
85 android:multiprocess="true" /> 85 android:multiprocess="true" />
85-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:82:13-40 85-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:81:13-40
86 86
87 <!-- 小部件提供者2x2尺寸 --> 87 <!-- 小部件提供者2x2尺寸 -->
88 <receiver 88 <receiver
88-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:85:9-96:20 88-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:84:9-95:20
89 android:name="net.micode.notes.widget.NoteWidgetProvider_2x" 89 android:name="net.micode.notes.widget.NoteWidgetProvider_2x"
89-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:86:13-57 89-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:85:13-57
90 android:label="@string/app_widget2x2" > 90 android:label="@string/app_widget2x2" >
90-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:87:13-50 90-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:86:13-50
91 <intent-filter> 91 <intent-filter>
91-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:88:13-92:29 91-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:87:13-91:29
92 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> 92 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
92-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:89:17-84 92-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:88:17-84
92-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:89:25-81 92-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:88:25-81
93 <action android:name="android.appwidget.action.APPWIDGET_DELETED" /> 93 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
93-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:90:17-85 93-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:89:17-85
93-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:90:25-82 93-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:89:25-82
94 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" /> 94 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
94-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:91:17-85 94-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:90:17-85
94-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:91:25-82 94-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:90:25-82
95 </intent-filter> 95 </intent-filter>
96 96
97 <meta-data 97 <meta-data
97-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:93:13-95:58 97-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:92:13-94:58
98 android:name="android.appwidget.provider" 98 android:name="android.appwidget.provider"
98-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:94:17-58 98-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:93:17-58
99 android:resource="@xml/widget_2x_info" /> 99 android:resource="@xml/widget_2x_info" />
99-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:95:17-55 99-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:94:17-55
100 </receiver> 100 </receiver>
101 <!-- 小部件提供者4x4尺寸 --> 101 <!-- 小部件提供者4x4尺寸 -->
102 <receiver 102 <receiver
102-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:98:9-109:20 102-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:97:9-108:20
103 android:name="net.micode.notes.widget.NoteWidgetProvider_4x" 103 android:name="net.micode.notes.widget.NoteWidgetProvider_4x"
103-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:99:13-57 103-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:98:13-57
104 android:label="@string/app_widget4x4" > 104 android:label="@string/app_widget4x4" >
104-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:100:13-50 104-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:99:13-50
105 <intent-filter> 105 <intent-filter>
105-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:88:13-92:29 105-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:87:13-91:29
106 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> 106 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
106-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:89:17-84 106-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:88:17-84
106-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:89:25-81 106-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:88:25-81
107 <action android:name="android.appwidget.action.APPWIDGET_DELETED" /> 107 <action android:name="android.appwidget.action.APPWIDGET_DELETED" />
107-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:90:17-85 107-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:89:17-85
107-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:90:25-82 107-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:89:25-82
108 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" /> 108 <action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
108-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:91:17-85 108-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:90:17-85
108-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:91:25-82 108-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:90:25-82
109 </intent-filter> 109 </intent-filter>
110 110
111 <meta-data 111 <meta-data
111-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:93:13-95:58 111-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:92:13-94:58
112 android:name="android.appwidget.provider" 112 android:name="android.appwidget.provider"
112-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:94:17-58 112-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:93:17-58
113 android:resource="@xml/widget_4x_info" /> 113 android:resource="@xml/widget_4x_info" />
113-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:95:17-55 113-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:94:17-55
114 </receiver> 114 </receiver>
115 115
116 <!-- 启动完成时初始化闹钟 --> 116 <!-- 启动完成时初始化闹钟 -->
117 <receiver android:name="net.micode.notes.ui.AlarmInitReceiver" > 117 <receiver android:name="net.micode.notes.ui.AlarmInitReceiver" >
117-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:112:9-116:20 117-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:111:9-115:20
117-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:112:19-55 117-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:111:19-55
118 <intent-filter> 118 <intent-filter>
118-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:113:13-115:29 118-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:112:13-114:29
119 <action android:name="android.intent.action.BOOT_COMPLETED" /> 119 <action android:name="android.intent.action.BOOT_COMPLETED" />
119-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:114:17-79 119-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:113:17-79
119-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:114:25-76 119-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:113:25-76
120 </intent-filter> 120 </intent-filter>
121 </receiver> 121 </receiver>
122 122
123 <!-- 闹钟接收器:运行在远程进程中 --> 123 <!-- 闹钟接收器:运行在远程进程中 -->
124 <receiver 124 <receiver
124-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:119:9-121:50 124-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:118:9-120:50
125 android:name="net.micode.notes.ui.AlarmReceiver" 125 android:name="net.micode.notes.ui.AlarmReceiver"
125-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:120:13-61 125-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:119:13-61
126 android:process=":remote" /> 126 android:process=":remote" />
126-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:121:13-38 126-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:120:13-38
127 127
128 <!-- 闹钟提醒Activity --> 128 <!-- 闹钟提醒Activity -->
129 <activity 129 <activity
129-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:124:9-128:87 129-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:123:9-127:87
130 android:name="net.micode.notes.ui.AlarmAlertActivity" 130 android:name="net.micode.notes.ui.AlarmAlertActivity"
130-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:125:13-50 130-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:124:13-50
131 android:label="@string/app_name" 131 android:label="@string/app_name"
131-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:126:13-45 131-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:125:13-45
132 android:launchMode="singleInstance" 132 android:launchMode="singleInstance"
132-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:127:13-48 132-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:126:13-48
133 android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" /> 133 android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" />
133-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:128:13-75 133-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:127:13-75
134 134
135 <!-- 设置Activity --> 135 <!-- 设置Activity -->
136 <activity 136 <activity
136-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:131:9-135:72 136-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:130:9-134:72
137 android:name="net.micode.notes.ui.NotesPreferenceActivity" 137 android:name="net.micode.notes.ui.NotesPreferenceActivity"
137-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:132:13-71 137-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:131:13-71
138 android:label="@string/preferences_title" 138 android:label="@string/preferences_title"
138-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:133:13-54 138-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:132:13-54
139 android:launchMode="singleTop" 139 android:launchMode="singleTop"
139-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:134:13-43 139-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:133:13-43
140 android:theme="@android:style/Theme.Holo.Light" /> 140 android:theme="@android:style/Theme.Holo.Light" />
140-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:135:13-60 140-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:134:13-60
141 141
142 <!-- 任务同步服务 --> 142 <!-- 任务同步服务 -->
143 <service 143 <service
143-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:138:9-140:48 143-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:137:9-139:48
144 android:name="net.micode.notes.gtask.remote.GTaskSyncService" 144 android:name="net.micode.notes.gtask.remote.GTaskSyncService"
144-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:139:13-74 144-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:138:13-74
145 android:exported="false" /> 145 android:exported="false" />
145-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:140:13-37 145-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:139:13-37
146 146
147 <!-- 默认搜索设置 --> 147 <!-- 默认搜索设置 -->
148 <meta-data 148 <meta-data
148-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:143:9-145:52 148-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:142:9-144:52
149 android:name="android.app.default_searchable" 149 android:name="android.app.default_searchable"
149-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:144:13-58 149-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:143:13-58
150 android:value=".ui.NoteEditActivity" /> 150 android:value=".ui.NoteEditActivity" />
150-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:145:13-49 150-->D:\Android Studio\Notes\app\src\main\AndroidManifest.xml:144:13-49
151 </application> 151 </application>
152 152
153</manifest> 153</manifest>

@ -3,30 +3,30 @@
3 package="net.micode.notes.test" > 3 package="net.micode.notes.test" >
4 4
5 <uses-sdk 5 <uses-sdk
5-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest3390178003471520242.xml:5:5-74 5-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest8708257984526730875.xml:5:5-74
6 android:minSdkVersion="21" 6 android:minSdkVersion="21"
6-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest3390178003471520242.xml:5:15-41 6-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest8708257984526730875.xml:5:15-41
7 android:targetSdkVersion="21" /> 7 android:targetSdkVersion="21" />
7-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest3390178003471520242.xml:5:42-71 7-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest8708257984526730875.xml:5:42-71
8 8
9 <instrumentation 9 <instrumentation
9-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest3390178003471520242.xml:11:5-15:66 9-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest8708257984526730875.xml:11:5-15:66
10 android:name="android.test.InstrumentationTestRunner" 10 android:name="android.test.InstrumentationTestRunner"
10-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest3390178003471520242.xml:11:22-75 10-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest8708257984526730875.xml:11:22-75
11 android:functionalTest="false" 11 android:functionalTest="false"
11-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest3390178003471520242.xml:14:22-52 11-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest8708257984526730875.xml:14:22-52
12 android:handleProfiling="false" 12 android:handleProfiling="false"
12-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest3390178003471520242.xml:13:22-53 12-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest8708257984526730875.xml:13:22-53
13 android:label="Tests for net.micode.notes" 13 android:label="Tests for net.micode.notes"
13-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest3390178003471520242.xml:15:22-64 13-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest8708257984526730875.xml:15:22-64
14 android:targetPackage="net.micode.notes" /> 14 android:targetPackage="net.micode.notes" />
14-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest3390178003471520242.xml:12:22-62 14-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest8708257984526730875.xml:12:22-62
15 15
16 <application android:debuggable="true" > 16 <application android:debuggable="true" >
16-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest3390178003471520242.xml:7:5-9:19 16-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest8708257984526730875.xml:7:5-9:19
17 <uses-library android:name="android.test.runner" /> 17 <uses-library android:name="android.test.runner" />
17-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest3390178003471520242.xml:8:9-60 17-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest8708257984526730875.xml:8:9-60
17-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest3390178003471520242.xml:8:23-57 17-->D:\Android Studio\Notes\app\build\intermediates\tmp\manifest\androidTest\debug\tempFile1ProcessTestManifest8708257984526730875.xml:8:23-57
18 </application> 18 </application>
19 19
20</manifest> 20</manifest>

@ -23,7 +23,8 @@
<application <application
android:debuggable="true" android:debuggable="true"
android:icon="@drawable/icon_app" android:icon="@drawable/icon_app"
android:label="@string/app_name" > android:label="@string/app_name"
android:testOnly="true" >
<!-- 主Activity启动器 --> <!-- 主Activity启动器 -->
<activity <activity
@ -32,7 +33,6 @@
android:label="@string/app_name" android:label="@string/app_name"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@style/NoteTheme" android:theme="@style/NoteTheme"
android:uiOptions="splitActionBarWhenNarrow"
android:windowSoftInputMode="adjustPan" > android:windowSoftInputMode="adjustPan" >
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />

@ -23,7 +23,8 @@
<application <application
android:debuggable="true" android:debuggable="true"
android:icon="@drawable/icon_app" android:icon="@drawable/icon_app"
android:label="@string/app_name" > android:label="@string/app_name"
android:testOnly="true" >
<!-- 主Activity启动器 --> <!-- 主Activity启动器 -->
<activity <activity
@ -32,7 +33,6 @@
android:label="@string/app_name" android:label="@string/app_name"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@style/NoteTheme" android:theme="@style/NoteTheme"
android:uiOptions="splitActionBarWhenNarrow"
android:windowSoftInputMode="adjustPan" > android:windowSoftInputMode="adjustPan" >
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />

@ -1,153 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- 版权声明该文件属于MiCode开源社区www.micode.net -->
<!-- 许可协议Apache 2.0详情参见http://www.apache.org/licenses/LICENSE-2.0 -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.micode.notes"
android:versionCode="1"
android:versionName="0.1" > <!-- 使用的SDK版本 -->
<uses-sdk
android:minSdkVersion="21"
android:targetSdkVersion="21" />
<!-- 应用需要的权限 -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<!-- 应用程序定义 -->
<application
android:debuggable="true"
android:icon="@drawable/icon_app"
android:label="@string/app_name"
android:testOnly="true" >
<!-- 主Activity启动器 -->
<activity
android:name="net.micode.notes.ui.NotesListActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:label="@string/app_name"
android:launchMode="singleTop"
android:theme="@style/NoteTheme"
android:windowSoftInputMode="adjustPan" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<!-- 编辑笔记的Activity -->
<activity
android:name="net.micode.notes.ui.NoteEditActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:launchMode="singleTop"
android:theme="@style/NoteTheme" >
<!-- 处理外部HTTP链接和编辑意图 -->
<intent-filter android:scheme="http" >
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.cursor.item/text_note" />
<data android:mimeType="vnd.android.cursor.item/call_note" />
</intent-filter>
<!-- 处理插入或编辑意图 -->
<intent-filter>
<action android:name="android.intent.action.INSERT_OR_EDIT" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.cursor.item/text_note" />
<data android:mimeType="vnd.android.cursor.item/call_note" />
</intent-filter>
<!-- 处理搜索意图 -->
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<!-- 搜索配置 -->
<meta-data
android:name="android.app.searchable"
android:resource="@xml/searchable" />
</activity>
<!-- 提供者:用于管理笔记数据 -->
<provider
android:name="net.micode.notes.data.NotesProvider"
android:authorities="micode_notes"
android:multiprocess="true" />
<!-- 小部件提供者2x2尺寸 -->
<receiver
android:name="net.micode.notes.widget.NoteWidgetProvider_2x"
android:label="@string/app_widget2x2" >
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="android.appwidget.action.APPWIDGET_DELETED" />
<action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/widget_2x_info" />
</receiver>
<!-- 小部件提供者4x4尺寸 -->
<receiver
android:name="net.micode.notes.widget.NoteWidgetProvider_4x"
android:label="@string/app_widget4x4" >
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="android.appwidget.action.APPWIDGET_DELETED" />
<action android:name="android.intent.action.PRIVACY_MODE_CHANGED" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/widget_4x_info" />
</receiver>
<!-- 启动完成时初始化闹钟 -->
<receiver android:name="net.micode.notes.ui.AlarmInitReceiver" >
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<!-- 闹钟接收器:运行在远程进程中 -->
<receiver
android:name="net.micode.notes.ui.AlarmReceiver"
android:process=":remote" />
<!-- 闹钟提醒Activity -->
<activity
android:name="net.micode.notes.ui.AlarmAlertActivity"
android:label="@string/app_name"
android:launchMode="singleInstance"
android:theme="@android:style/Theme.Holo.Wallpaper.NoTitleBar" />
<!-- 设置Activity -->
<activity
android:name="net.micode.notes.ui.NotesPreferenceActivity"
android:label="@string/preferences_title"
android:launchMode="singleTop"
android:theme="@android:style/Theme.Holo.Light" />
<!-- 任务同步服务 -->
<service
android:name="net.micode.notes.gtask.remote.GTaskSyncService"
android:exported="false" />
<!-- 默认搜索设置 -->
<meta-data
android:name="android.app.default_searchable"
android:value=".ui.NoteEditActivity" />
</application>
</manifest>

@ -1,20 +0,0 @@
{
"version": 3,
"artifactType": {
"type": "MERGED_MANIFESTS",
"kind": "Directory"
},
"applicationId": "net.micode.notes",
"variantName": "debug",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "0.1",
"outputFile": "AndroidManifest.xml"
}
],
"elementType": "File"
}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save