Closed StefanoMartella closed 6 years ago
Could you please close this issue :) And btw, that has nothing to do with Ionic, that's Cordova ;)
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Hi,
I implemented a Notification Extender Service to manage icoming notifications when my app is killed, I need to store them in a database to retrieve their content when the user reopens the app. To store notifications I overwritten the onNotificationProcessing method of NotificationExtenderService class and through Room Persistence Library I store them in a SQLite database. In order to use Room Library I added the following lines to my build.gradle:
Now, if I run my application through Android Studio everything goes fine, but if I try to run 'ionic cordova run android' from command line the lines I added are deleted during the process and then I get missed room persistance library error.
What am I doing wrong? Thanks for your help
EDIT:
I did not read this comment:
Sorry