|
|
|
@ -62,17 +62,6 @@
|
|
|
|
|
</intent-filter>
|
|
|
|
|
</activity>
|
|
|
|
|
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".ui.SplashActivity"
|
|
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:theme="@style/Theme.Notes.Fullscreen">
|
|
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
|
</intent-filter>
|
|
|
|
|
</activity>
|
|
|
|
|
|
|
|
|
|
<!--- 应用程序的入口 NotesListActivity -->
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".ui.NotesListActivity"
|
|
|
|
|