setupwizard: remove LineageOS API dependencies

Drop lineageos.hardware.LineageHardwareManager, lineageos.providers.LineageSettings,
and org.lineageos.internal.util.DeviceKeysConstants — none of these packages exist in
PawletOS. RPi has no physical keys so the hardware key disabler is always a no-op;
nav keys row is unconditionally hidden. LineageOS telemetry (STATS_COLLECTION) has no
equivalent and is dropped. Fix UPDATER_PACKAGE to me.pawlet.updater.
This commit is contained in:
oxmc
2026-06-15 01:18:59 -07:00
parent 32bc36f786
commit 5d3544743b
4 changed files with 6 additions and 69 deletions
-3
View File
@@ -27,12 +27,9 @@
<uses-permission android:name="android.permission.MANAGE_USERS" />
<uses-permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE" />
<uses-permission android:name="android.permission.EXPAND_STATUS_BAR" />
<uses-permission android:name="lineageos.permission.HARDWARE_ABSTRACTION_ACCESS" />
<uses-permission android:name="android.permission.BACKUP" />
<uses-permission android:name="android.permission.NETWORK_SETTINGS" />
<uses-permission android:name="lineageos.permission.FINISH_SETUP" />
<uses-permission android:name="lineageos.permission.WRITE_SETTINGS" />
<uses-permission android:name="lineageos.permission.WRITE_SECURE_SETTINGS" />
<permission
android:name="lineageos.permission.FINISH_SETUP"