Bug 392856

Summary: uses-permission in manifest
Product: [Applications] kdeconnect Reporter: p <peter.mueller_1955>
Component: android-applicationAssignee: Albert Vaca Cintora <albertvaka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Android 7.x   
Latest Commit: Version Fixed In:

Description p 2018-04-08 05:46:13 UTC
I saw that use in your manifest things like

<uses-permission android:name="<permission>" android:required="false"/>

The android:required part doesn't seem to be part of the uses-permission tag, you probably want to have it in uses-feature. (and of course still keep the uses-permission just without android:required).

See

https://developer.android.com/guide/topics/manifest/uses-feature-element.html
https://developer.android.com/guide/topics/manifest/uses-permission-element.html
Comment 1 Albert Vaca Cintora 2018-04-08 15:20:58 UTC
Git commit 1bf96454cf074591898e6af5728c6c9dc9db686b by Albert Vaca.
Committed on 08/04/2018 at 15:20.
Pushed by albertvaka into branch 'master'.

required is not part of the uses-permission tag

M  +4    -12   AndroidManifest.xml

https://commits.kde.org/kdeconnect-android/1bf96454cf074591898e6af5728c6c9dc9db686b