this post was submitted on 10 May 2024
224 points (97.9% liked)

Linux

45530 readers
1472 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 1 month ago (3 children)

This is also about the App ID, actually mainly. So they keep K9 so that users can get a popup "export your settings, uninstall and install TB Android". As Android only allows updates with the same app ID and developer key.

[–] [email protected] 3 points 1 month ago (2 children)

They can probably even ease that out if they implement some API in K9 to let another app request data from it - Android has a system for letting apps send data to each other securely

[–] [email protected] 2 points 1 month ago (1 children)

IPC? I mean it can export and import settings, sending that data via the share portal and opening it for import (autodetecting the extension) is really possible.

Not that I know how to write a single line of Android app code.

[–] [email protected] 3 points 1 month ago

i was talking about intents! this is a specific API for one app to start & send specific data to another app on the system