Commit ca9dae47811b60df1ab7af36341ddb223d632d68
dx: [and] remove deadcode from AndroidManifest.xml
Andre Staltz committed on 3/4/2021, 1:25:59 PMParent: 0d705e9ba1b257c7e4b3780d7365d03abb78d337
Files changed
android/app/src/main/AndroidManifest.xml | changed |
android/app/src/main/AndroidManifest.xml | ||
---|---|---|
@@ -1,5 +1,5 @@ | ||
1 | -<!-- Copyright (C) 2018-2020 The Manyverse Authors. | |
1 | +<!-- Copyright (C) 2018-2021 The Manyverse Authors. | |
2 | 2 | - |
3 | 3 | - This Source Code Form is subject to the terms of the Mozilla Public |
4 | 4 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
5 | 5 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
@@ -42,14 +42,7 @@ | ||
42 | 42 | </intent-filter> |
43 | 43 | </activity> |
44 | 44 | <activity android:name="com.facebook.react.devsupport.DevSettingsActivity" /> |
45 | 45 | |
46 | - <receiver android:name="com.staltz.reactnativeandroidlocalnotification.NotificationEventReceiver" /> | |
47 | - <receiver android:name="com.staltz.reactnativeandroidlocalnotification.NotificationPublisher" /> | |
48 | - <receiver android:name="com.staltz.reactnativeandroidlocalnotification.SystemBootEventReceiver"> | |
49 | - <intent-filter> | |
50 | - <action android:name="android.intent.action.BOOT_COMPLETED"></action> | |
51 | - </intent-filter> | |
52 | - </receiver> | |
53 | 46 | </application> |
54 | 47 | |
55 | 48 | </manifest> |
Built with git-ssb-web