Bug 455815 - Not all Process shown in Android 12+
Summary: Not all Process shown in Android 12+
Status: RESOLVED FIXED
Alias: None
Product: kdeconnect
Classification: Applications
Component: android-application (show other bugs)
Version: unspecified
Platform: Android Unspecified
: NOR normal
Target Milestone: ---
Assignee: Albert Vaca Cintora
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-22 22:01 UTC by michael
Modified: 2023-03-27 14:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description michael 2022-06-22 22:01:11 UTC
SUMMARY

In android 12+ the notification filter no longer shows all installed apps when asking which notifications to show. The prevents disabling notification syncing for most Apps. The syncing itself sees all notifications even if the app is not listed in the settings

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT
* Should see all installed apps as in android 11.
Comment 1 Albert Vaca Cintora 2023-03-23 17:30:33 UTC
Is this still the case with the latest version? I can't reproduce it.
Comment 2 Albert Vaca Cintora 2023-03-23 17:31:06 UTC
Waiting for a response.
Comment 3 michael 2023-03-23 19:32:58 UTC
This is still happening on Android 13 with the Pixel 4. 'Addon Detector' aka com.denper.addonsdetector is an example of this.
Comment 4 Albert Vaca Cintora 2023-03-25 20:09:57 UTC
I have a Pixel 4a with Android 13 and I even installed com.denper.addonsdetector to check but I can't reproduce this. We just query getInstalledApplications() [1] with no flags so it's I'm not sure what can go wrong there, it's quite simple.

[1] https://developer.android.com/reference/android/content/pm/PackageManager#getInstalledApplications(int)
Comment 5 michael 2023-03-27 14:55:56 UTC
Looks like this only happens in the version posted to google's app store. Likely one of there new Privacy/Security restrictions preventing full functionally in that version. That would be Google's problem then.