How to handle exception on remote views in Android (custom widgets or custom notifications)? -
during our attempts solve problem encountered exceptions on remote views in android (on custom widgets , notifications) on users' devices found remoteviews.actionexception object nested class in remoteviews object it's not clear how use it.
any best practices should take when handling exceptions occur in remote views?
it turns out exception in our app occurred after update of our app on user's device. when user clicked on notification created previous version (the 1 before upgrade).
we decided on our app startup after upgrade - we'll remove notifications (in our case makes sense).
Comments
Post a Comment