|
@@ -96,11 +96,6 @@
|
|
|
android:name="android.max_aspect"
|
|
|
android:value="10" />
|
|
|
|
|
|
- <activity
|
|
|
- android:name=".activities.SharedItemsActivity"
|
|
|
- android:exported="false"
|
|
|
- android:theme="@style/AppTheme"/>
|
|
|
-
|
|
|
<activity
|
|
|
android:name=".activities.MainActivity"
|
|
|
android:label="@string/nc_app_name"
|
|
@@ -172,6 +167,10 @@
|
|
|
android:theme="@style/TakePhotoTheme"
|
|
|
android:windowSoftInputMode="stateHidden" />
|
|
|
|
|
|
+ <activity
|
|
|
+ android:name=".activities.SharedItemsActivity"
|
|
|
+ android:theme="@style/AppTheme"/>
|
|
|
+
|
|
|
<receiver android:name=".receivers.PackageReplacedReceiver">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
|