jamulussoftware / jamulussoftware/jamulus

Android: Duplicate permissions in Manifest

Open
#2,403 10 comments 0 reactions 0 assignees View on GitHub
bug tooling
Dominant language
C
Stars
1.1k
Forks
248
Avg merge
2d 3h
Merged PRs (30d)
9

Description

**Describe the bug**

When installing the Android `adb logcat` shows warnings regarding duplicate permissions in the Manifest.

**To Reproduce**

Install APK (or probably any other version)

**Expected behavior**

No warnings in the log

**Screenshots**

```
02-19 11:51:35.040 31937 31937 W PackageParser: Ignoring duplicate uses-permissions/uses-permissions-sdk-m: android.permission.INTERNET in package: com.github.jamulussoftware.jamulus at: Binary XML file line #19
02-19 11:51:35.041 31937 31937 W PackageParser: Ignoring duplicate uses-permissions/uses-permissions-sdk-m: android.permission.WRITE_EXTERNAL_STORAGE in package: com.github.jamulussoftware.jamulus at: Binary XML file line #21
```

**Operating system**

Android

**Version of Jamulus**

3.8.2rc1

Contributor guide

Open the contributing guide

Research direction

Inspect the Android manifest used to build the APK and reproduce the installation while watching adb logcat for duplicate uses-permissions entries. Remove the duplicate declarations without changing required permissions, then verify that installing the APK produces no duplicate-permission warnings.

Written by the indexing model from the issue text.

Assessment

Tech stack
android
Domain
mobile-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.