-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Android 16 on Google Pixel 8 Pro (non-rooted) with latest security updates applied.
I installed TaskerSettings with the following command:
adb install --bypass-low-target-sdk-block TaskerSettings.apk
However then trying to install Tasker, I get the following error:
Failure [INSTALL_FAILED_DUPLICATE_PERMISSION: Package net.dinglisch.android.taskerm attempting to redeclare permission com.joaomgcd.taskersettings.SET_SETTING already owned by com.joaomgcd.taskersettings]
If I do the install in reverse, i.e. Tasker then TaskSettings, I get the inverse of the error:
adb: failed to install TaskerSettings.apk: Failure [INSTALL_FAILED_DUPLICATE_PERMISSION: Package com.joaomgcd.taskersettings attempting to redeclare permission com.joaomgcd.taskersettings.SET_SETTING already owned by net.dinglisch.android.taskerm]