|
|
|
@ -1,4 +1,5 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--- 定义应用程序的名称和版本号 -->
|
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
package="net.micode.notes"
|
|
|
|
|
android:versionCode="1"
|
|
|
|
@ -49,6 +50,7 @@
|
|
|
|
|
<!--- 应用程序的入口 NotesListActivity -->
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".ui.NotesListActivity"
|
|
|
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
|
|
|
android:label="@string/app_name"
|
|
|
|
|