cleanup
This commit is contained in:
parent
6be752262a
commit
d5f2f147cc
|
@ -68,16 +68,6 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.PreferencesActivity"
|
android:name=".activities.PreferencesActivity"
|
||||||
android:exported="false" />
|
android:exported="false" />
|
||||||
<activity
|
|
||||||
android:name="info.nightscout.plugins.general.overview.activities.QuickWizardListActivity"
|
|
||||||
android:exported="false"
|
|
||||||
android:theme="@style/AppTheme">
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="info.nightscout.androidaps.plugins.general.overview.activities.QuickWizardListActivity" />
|
|
||||||
|
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
|
||||||
</intent-filter>
|
|
||||||
</activity>
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".plugins.general.maintenance.activities.PrefImportListActivity"
|
android:name=".plugins.general.maintenance.activities.PrefImportListActivity"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
|
@ -147,10 +137,6 @@
|
||||||
android:name=".services.AlarmSoundService"
|
android:name=".services.AlarmSoundService"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
android:exported="true" />
|
android:exported="true" />
|
||||||
<service
|
|
||||||
android:name="info.nightscout.plugins.general.overview.notifications.DismissNotificationService"
|
|
||||||
android:exported="false" />
|
|
||||||
|
|
||||||
<service android:name=".plugins.general.persistentNotification.DummyService" />
|
<service android:name=".plugins.general.persistentNotification.DummyService" />
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
|
|
|
@ -22,11 +22,26 @@
|
||||||
android:name=".source.activities.RequestDexcomPermissionActivity"
|
android:name=".source.activities.RequestDexcomPermissionActivity"
|
||||||
android:exported="false" />
|
android:exported="false" />
|
||||||
|
|
||||||
|
<activity
|
||||||
|
android:name="info.nightscout.plugins.general.overview.activities.QuickWizardListActivity"
|
||||||
|
android:exported="false"
|
||||||
|
android:theme="@style/AppTheme">
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="info.nightscout.androidaps.plugins.general.overview.activities.QuickWizardListActivity" />
|
||||||
|
|
||||||
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
</intent-filter>
|
||||||
|
</activity>
|
||||||
|
|
||||||
<service
|
<service
|
||||||
android:name=".sync.nsclient.services.NSClientService"
|
android:name=".sync.nsclient.services.NSClientService"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
android:exported="true" />
|
android:exported="true" />
|
||||||
|
|
||||||
|
<service
|
||||||
|
android:name="info.nightscout.plugins.general.overview.notifications.DismissNotificationService"
|
||||||
|
android:exported="false" />
|
||||||
|
|
||||||
<service
|
<service
|
||||||
android:name=".general.wear.wearintegration.DataLayerListenerServiceMobile"
|
android:name=".general.wear.wearintegration.DataLayerListenerServiceMobile"
|
||||||
android:exported="true">
|
android:exported="true">
|
||||||
|
|
Loading…
Reference in a new issue