This commit is contained in:
Milos Kozak 2022-11-27 14:49:24 +01:00
parent 6be752262a
commit d5f2f147cc
2 changed files with 15 additions and 14 deletions

View file

@ -68,16 +68,6 @@
<activity
android:name=".activities.PreferencesActivity"
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
android:name=".plugins.general.maintenance.activities.PrefImportListActivity"
android:exported="false"
@ -147,10 +137,6 @@
android:name=".services.AlarmSoundService"
android:enabled="true"
android:exported="true" />
<service
android:name="info.nightscout.plugins.general.overview.notifications.DismissNotificationService"
android:exported="false" />
<service android:name=".plugins.general.persistentNotification.DummyService" />
<activity

View file

@ -22,11 +22,26 @@
android:name=".source.activities.RequestDexcomPermissionActivity"
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
android:name=".sync.nsclient.services.NSClientService"
android:enabled="true"
android:exported="true" />
<service
android:name="info.nightscout.plugins.general.overview.notifications.DismissNotificationService"
android:exported="false" />
<service
android:name=".general.wear.wearintegration.DataLayerListenerServiceMobile"
android:exported="true">