thelinuxgeekcommunity / simpleirc

A Simple IRC client for android based off of Atomic
GNU General Public License v3.0
19 stars 7 forks source link

Strange permissions #21

Open KOLANICH opened 6 years ago

KOLANICH commented 6 years ago

https://github.com/thelinuxgeekcommunity/simpleirc/blob/v19/application/src/main/AndroidManifest.xml#L10-L13

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.VIBRATE" />

But in https://web.archive.org/web/20171110133748/https://f-droid.org/packages/tk.jordynsmediagroup.simpleirc.fdroid/ and the apk itself, but not in the tarball there are more permissions:

android.permission.INTERNET
android.permission.ACCESS_NETWORK_STATE
android.permission.VIBRATE
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.READ_PHONE_STATE
android.permission.READ_EXTERNAL_STORAGE