Path: ...!news.misty.com!weretis.net!feeder9.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!nnrp.usenet.blueworldhosting.com!.POSTED!not-for-mail From: Andrew Newsgroups: comp.mobile.android Subject: Re: Android keyboard: your choice. Date: Thu, 27 Jun 2024 21:21:48 -0000 (UTC) Organization: BWH Usenet Archive (https://usenet.blueworldhosting.com) Message-ID: References: <20240617114559.a2970ac2923facc44a2ec355@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Injection-Date: Thu, 27 Jun 2024 21:21:48 -0000 (UTC) Injection-Info: nnrp.usenet.blueworldhosting.com; logging-data="56525"; mail-complaints-to="usenet@blueworldhosting.com" Cancel-Lock: sha1:/+s6LDanlSQyIFCoVqAOLdg9jzc= sha256:/MoI4sHmBOLhp9RGgQd6B/cUYBtV6AzWE0dCpoB0lwQ= sha1:MdoEs1IPP3SRmzhgbwnvBGbqOR0= sha256:96Z8zuEgD19owJCPXj/BPJdmCkhNIg6K2nOLvXOu+Ds= X-Newsreader: PiaoHong.Usenet.Client.Free:1.65 Bytes: 3395 Lines: 36 Andy Burns wrote on Thu, 27 Jun 2024 08:52:49 +0100 : >> Don't get confused by the naming of the permissions. > > A good reason for f-droid to be consistent in providing them *all* in > recognisable android.permission.XXXXX_YYYYY_ZZZZZ format, as well as > their "cuddly" interpretation ... I agree with both Arno (that they're all there on F-Droid -only scattered) and with Andy (that F-Droid made some of them cuddly, which is confusing). Luckily, more than one tool can be used to reporter permissions on an app; however, most require the app APK to already be installed on Android. The tools Arno & Andy are discussing I think can be used BEFORE the APKs are installed (such as the F-Droid description and the output from ). I have Android Studio installed from years ago, but I couldn't figure out how to install aapt2 so I gave up at this point below in the maven repo. It's simpler to use permission-reporting tools AFTER the APK is installed. 1. PMX 2. Permission Manager (I have this installed but I don't see an APK there anymore.) 3. Muntashirakon App Manager If someone can explain how to install aapt2 to run on an APK, let me know; otherwise I'll stick with the three tools above.