put local foo into local foo folder

This commit is contained in:
Christian Schabesberger 2018-04-15 20:29:58 +02:00
parent 004c2fa55a
commit 8ed9d71e14
16 changed files with 37 additions and 41 deletions

View file

@ -80,8 +80,8 @@
android:name=".history.HistoryActivity"
android:label="@string/title_activity_history"/>
<service android:name=".subscription.services.SubscriptionsImportService"/>
<service android:name=".subscription.services.SubscriptionsExportService"/>
<service android:name=".local.subscription.services.SubscriptionsImportService"/>
<service android:name=".local.subscription.services.SubscriptionsExportService"/>
<activity
android:name=".PanicResponderActivity"