this post was submitted on 08 Jul 2025
13 points (100.0% liked)

Android

31125 readers
49 users here now

DROID DOES

Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


We are Android girls*,

In our Lemmy.world.

The back is plastic,

It's fantastic.

*Well, not just girls: people of all gender identities are welcomed here.


Our Partner Communities:

[email protected]


founded 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/32652573

Apps installed from Obtainium cannot be archived. I really want the used app icon on my home screen so that I don't forget about them but with the app deleted to save space.

There is an issue tracker https://github.com/ImranR98/Obtainium/issues/2042 but no developer have answered. Meanwhile is there a work around?

thanks a lot

EDIT: I guess there is not a work around for now. It would be really great for those who sees this post to give https://github.com/ImranR98/Obtainium/issues/2042 a thumbs up. thanks a lot!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 5 days ago (2 children)

If I had to take a guess (which is exactly what this is, a guess) it is because Android doesn't "know" where the app is from. I assume the Play Store has specific (system-level) APIs that it uses to "tell" Android how it can be restored (or rather, Android can signal to the Play Store to do a reinstall) when you go to unarchive the app.

It's been a while since I kept up with the latest in Android's APIs, I'd heard there were some APIs that third party stores could use to be recognized as a store, but I'm not sure what the requirements are for that (such as being a system app rather than a user app, or signed by the ROM's keys) and if so, whether archiving even supports third party stores.

I can't think of any other workarounds unfortunately, especially if you want to persist app data. Perhaps there's an app that can make custom widgets that look like an app entry on the home screen (and allows setting an icon/text) but I'm not aware of any, and that definitely wouldn't save the app data.

[–] [email protected] 3 points 4 days ago

Android has added app archival feature for app stores starting with Android 15. Currently unobtanium does not do it since the developer has not implemented the api and necessary features to support it.

[–] [email protected] 2 points 5 days ago* (last edited 5 days ago)

It’s been a while since I kept up with the latest in Android’s APIs, I’d heard there were some APIs that third party stores could use to be recognized as a store, but I’m not sure what the requirements are for that (such as being a system app rather than a user app, or signed by the ROM’s keys) and if so, whether archiving even supports third party stores.

I think f-droid and aurora supports this feature, not sure about other stores