this post was submitted on 15 Jun 2024
20 points (100.0% liked)

AskBeehaw

1995 readers
1 users here now

An open-ended community for asking and answering various questions! Permissive of asks, AMAs, and OOTLs (out-of-the-loop) alike.

In the absence of flairs, questions requesting more thought-out answers can be marked by putting [SERIOUS] in the title.


Subcommunity of Chat


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

I've been using Sync for a while, but it repeatedly hits an error when I try to submit posts to Beehaw. I have not tried other instances, but I am assuming this issue is specific to Sync. Getting really sick of drafting posts and then having to discard them because the app errors out 🤦

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 months ago

Sorry about the late reply.

I don't have access to an apk of paid Boost for Lemmy, but this is what Exodus Privacy has to say about it: https://reports.exodus-privacy.eu.org/en/reports/com.rubenmayayo.lemmy/latest/
The app does not have Lemmy in the name, but I assume it is the Lemmy version because of its package name

You can also check it locally by
a) installing App Manager from F-droid, and when they boost app's details are opened, use the Scanner feature. It is a larger action button in the vertically scrollable button bar below the app name
b) export the APK to your computer, and use JADX from github to disassemble the APK. you should be able to see the layered packages and source code of the embedded trackers.

Yes, what you described is app flavors, and is a feature of the android sdk. However, the dev probably didn't remove the dependency incisions. Even if they now don't issue a specific initialization call at app startup, the tracking frameworks have registered their own content providers and broadcast receivers in the androidmanifest file at build time, which will be started at app startup before other components of the app.