Bug 392856 - uses-permission in manifest
Summary: uses-permission in manifest
Status: RESOLVED FIXED
Alias: None
Product: kdeconnect
Classification: Applications
Component: android-application (show other bugs)
Version: unspecified
Platform: Other Android 7.x
: NOR normal
Target Milestone: ---
Assignee: Albert Vaca Cintora
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-08 05:46 UTC by p
Modified: 2018-04-08 15:20 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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