Tasker-Permissions VS platform_frameworks_base

Compare Tasker-Permissions vs platform_frameworks_base and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
Tasker-Permissions platform_frameworks_base
49 9
348 10,524
- -
1.8 10.0
10 months ago 6 months ago
JavaScript Java
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Tasker-Permissions

Posts with mentions or reviews of Tasker-Permissions. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-04.

platform_frameworks_base

Posts with mentions or reviews of platform_frameworks_base. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-10.
  • Is this exploitable on PE? What patch level is PE on currently?
    1 project | /r/PixelExperience | 11 Nov 2022
    Also the commit was made to AOSP not any Pixel specific Android fork.
  • Accidental $70k Google Pixel Lock Screen Bypass
    1 project | /r/Android | 10 Nov 2022
    The code is in AOSP: https://github.com/aosp-mirror/platform_frameworks_base/commit/ecbed81c3a331f2f0458923cc7e744c85ece96da
    3 projects | news.ycombinator.com | 10 Nov 2022
    >Their fix included a similarly large refactor

    Their change is hardly a big refactor. This includes all the new code, all the parameter changes everywhere the function is used, and two additional test cases. This is a tiny change.

    >12 changed files with 102 additions and 26 deletions. [1]

    https://github.com/aosp-mirror/platform_frameworks_base/comm...

  • If android.view.WindowManager is "the interface that apps use to talk to the window manager" so what is the window manager?
    1 project | /r/androiddev | 14 May 2022
    windowmanagerimpl
  • [DEV] Tasker Permissions 0.0.1 - Desktop app to easily grant permissions to Tasker and related apps!
    3 projects | /r/tasker | 28 Jul 2021
    This seems to be an android 12 thing, cause AccessibilityServiceInfo in master branch doesn't define the isAccessibilityTool() function (since added in API 31) and attrs.xml doesn't define which you can get with android-31-2 sdk sources after setting compileSdkVersion=31 in android studio so that it can be used as android:isAccessibilityTool="true" in accessibility-service metadata file. The AccessibilityServiceInfo is currently just a stub class for sdk 31. Since you have android 12, maybe you have noticed the notifications already.
  • scrcpy now supports Android 12
    4 projects | /r/Android | 21 Jun 2021
    Shell have the following permissions: https://github.com/aosp-mirror/platform_frameworks_base/blob/master/packages/Shell/AndroidManifest.xml
  • Utilising ListView and ArrayAdapter in Java
    1 project | dev.to | 16 Apr 2021
    First, we instantiate the ArrayAdapter by passing 3 arguments: context, layout and the array of data. We passed this for the Context as it represents the current activity. We chose simple_list_item_1 for the layout, which just contains a single TextView. And here we assume that there is an ArrayList called students containing a series of student names, which was passed as our 3rd argument.
  • "wm density" with root make my phone on bootloop!
    1 project | /r/tasker | 16 Feb 2021
    So android gets the forced density value by calling getForcedDisplayDensityForUserLocked() which gets the system secure setting DISPLAY_DENSITY_FORCED. If the setting is unset, then android ignores it. According to this commit as mentioned here, android now writes secure settings to /data/system/users/0/settings_secure.xml for user 0 instead of a database. So all that is needed is to open that file in recovery and delete the entry for the key display_density_forced, save and reboot.
  • Beidou support on Pixels in USA?
    1 project | /r/LineageOS | 7 Jan 2021
    https://github.com/aosp-mirror/platform_frameworks_base/commit/66c7ea91b413c9d812047288efb343c16b23d865#diff-d0d0f287428f1314466cce035e6ae3a1

What are some alternatives?

When comparing Tasker-Permissions and platform_frameworks_base you can also consider the following projects:

TaskerSettings - Helper app for Tasker

sndcpy - Android audio forwarding (scrcpy, but for audio)

App Manager - A full-featured package manager and viewer for Android

scrcpy - Display and control your Android device

termux-app - Termux - a terminal emulator application for Android OS extendible by variety of packages.

TaskerLauncherShortcut-Tasker-Project - An Android Tasker app project to run TaskerLauncherShortcut App shortcut intents.