Many changes

- 15.1: Fixup ether here too
- Change F-Droid application id to allow installation of official F-Droid side by side
- Remove FDroidPriv patch and use sed instead
- Optimize: Switch VM_MAX_READAHEAD to 512KB
- Misc tweaks
- Update TODO
This commit is contained in:
Tad 2018-05-20 23:28:01 -04:00
parent 29e49a5147
commit 67db210756
13 changed files with 32 additions and 75 deletions

View file

@ -0,0 +1,6 @@
Try and automatically add the following when parsing AndroidManifest
<meta-data android:name="firebase_analytics_collection_deactivated" android:value="true" />
<meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />
core/java/android/content/pm/PackageItemInfo.java ?