Damus
calle · 46w
Wow no I wasn't aware that's crazy. Does it need migrations? Do you wanna help dev with bitchat btw? I could use a pro to show me the way.
Matt Nelson profile picture
> Wow no I wasn't aware that's crazy. Does it need migrations?

Unsure what you mean by migrations. The OS will install the new version over the old one. If you have defined in your manifest a broadcast receiver for `android.intent.action.ACTION_PACKAGE_REPLACED`, you'll receive the Intent upon completion and can restart your services and what not.

> Do you wanna help dev with bitchat btw? I could use a pro to show me the way.

I'm no pro 😂, just have been around the block once or twice. I'd love to, but have my plate full with a grant from @OpenSats working on kmp-tor for the next 3 months, then back to my other project.

See: https://developer.android.com/reference/android/content/Intent#ACTION_PACKAGE_REPLACED

❤️1
Matt Nelson · 46w
Sorry, the string value to declare in your manifest is actually `PACKAGE_REPLACED` not `ACTION_PACKAGE_REPLACED