This adds custom audio files to be generated on PA builds. These audio files include Alarms, Effects, Ringtones, and Notifcations.
These are the standard audio files shipped with Pixel devices, specifically the Pixel 2 XL
Change-Id: Ic785569be4ceb71696fa5dbea53858b578277f17
- Set version props in build/core/
- Add new config targets for devices to inherit from, common_full_phone & common_full_tablet_wifionly.
- Update the config inherit path for all pa devices.
- Remove deprecated hostapd configs.
- todo: Remove pa privapp configs for now. Need to update/adapt to new style.
- Add init.d support.
- Add init scripts (prebuilt/etc/init) from LineageOS.
- Update few permission configs from LineageOS.
Change-Id: I86791110eb698d7ba43cc05051345dc08b215ce3
* Remove "Reliance Jio", which isn't needed now. Jio works fine with "Internet" APN.
* Rename Jio APNs "Jio Internet" to "Internet", which is default name of Jio APNs.
* Remove "supl". "default" includes this by default for Location services. We don't need this.
Change-Id: I9506b49f699c688f0882b694e4f89cb2417a6b07
This is a required permission for proper function.
Change-Id: Ifc08b558a1e36b201a0a1af6a6e4ea797c2468e2
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
- Actually copy it to root
- Clean it up
- Remove obsolete and broken init.d
support
Change-Id: Iee6b99e51326ace5bac80e6f2e5c5af60b3325ab
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
(cherry picked from commit 234b841259bccdb04328d52fca4f95c223db18db)
This is deprecated and creates a warning.
Change-Id: I77a240b9cac810299709329f7d85f42a0274dfd8
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
(cherry picked from commit e84ccd83d9745e7dcdc9aa635a627ad8c2cdc2b4)
* hostapd configuration is not platform-specific, so it is safe to
include it globally.
* This addresses lack of hostapd config on nexus devices since Google
handles hostapd is a different way.
Change-Id: Ibb100b7eae1a170761aa130652ce4972dbe794c7
Signed-off-by: Evan Anderson <evananderson@aospa.co>
(cherry picked from commit 1bff47f460b68f2dc8cc913727c1b8eb73455f11)
* We want to always keep some of our stock apps installed when the user
installs gapps. This configuration keeps SnapdragonCamera,
SnapdragonGallery, PABrowser, and Launcher3 installed when gapps are installed
* Addresses NOUGAT-45
Change-Id: I82bc05ad761a8cc0a9ca7c49bf7698f32eefbdf8
Signed-off-by: Evan Anderson <evananderson@aospa.co>
* This is just a small cleanup since these files do not get copied in to
the system bin folder and instead are in the dedicated install folder
that's copied to /tmp during ROM flash.
Change-Id: I77e2fc642ea024af34efb62bb276d18e9f3726d8
Signed-off-by: Evan Anderson <evananderson@aospa.co>
* Disable Qualcomm's overbearing security features by default,
as they significantly slow down page loading.
Change-Id: I7815b6712203dcd72cf74fbff9210477cd6383a5
We were trying to grant "android.permission.WRITE_SMS"
to Messenger, however that is impossible since
the permission does not belong to "SMS_PERMISSIONS"
and is thus a non changeable permission type.
This patch removes that from pa-permissions
to avoid a crash at boot.
Change-Id: Ic3673a32549afb4513dbf75ef7b51de80dabfd42
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
This introduces a new file, which gets picked
up by the "default-permissions" system which
was introduced in Android 7.1.
This can be easily extended and supports
forcing permissions, by declaring those
as system internal permissions.
Only permissions which can be controlled by the
user are controlled here.
The initial plan is to set the necessary
permissions, so preinstalled apps can
have their main functionality working
without asking the user for permission.
This improves the user experince,
because when the user opens a
preinstalled apps, he expects it
to be working out of the box.
At the same time, this is safe,
since all the preinstalled apps
we grant permissions to, are open
source and verified not to leak
any user data.
The user can still revoke pregranted
permissions at wish.
Paranoid Hub needs the Storage permission.
Since Paranoid Hub functions as our system embedded
OTA component, we are setting the "fixed"
attribute to force granting the needed permission.
Paranoid Hub must be functional at all times.
Otherwise this patch grants the *required*
permissions for basic functionality to
the following apps:
Paranoid Camera
Paranoid Gallery
Paranoid Messaging
Paranoid Music
Sound Recorder
Change-Id: Ic9c482dfd0a602f8c27d7b10f834f4184f168d34
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
* m54 SWE commit 2762a2f0cb6fd977514bc28b85aae41e0d90a119
* built 20161120
Change-Id: I7def7d5c0150cecb40b60642d57ee49162db93f5
Signed-off-by: Evan Anderson <evananderson@aospa.co>
Files which get copied directly to somewhere in
/system go to vendor/pa/prebuilt/
Change-Id: I4753f1f82d38c232364bfb98ef7f83c40354cca3
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Update our built-in CAF browser from 'marshmallow' branch.
Refs.:
SWE commit head 80103029
Build date 20160816
Change-Id: Iae8fdb03298e9f9f33458043e99e0d7e9a42a91e
Signed-off-by: Evan Anderson <evananderson@aospa.co>
* unstub the 2 years old lib, update it to M
* additionally add an arm64 lib for 64 bit targets to match multilib
* set overlay to allow swype
Change-Id: I8284d9fbc80b973d77b380d15454045f92adb910
Signed-off-by: Alex Naidis <alex.naidis@linux.com>