Skip to content

Commit

Permalink
vendor: Import FilesOverlay
Browse files Browse the repository at this point in the history
Change-Id: I3bb69ded8d3f460400f3acf3912ea3af55659f1d
  • Loading branch information
jhenrique09 committed Nov 23, 2020
1 parent 586a210 commit 1add2f1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/rro_overlays.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# RRO Overlays
PRODUCT_PACKAGES += \
PixelSetupWizardAodOverlay \
FilesOverlay \
IconPackCircularPixelLauncherOverlay \
IconPackCircularPixelThemePickerOverlay \
IconPackFilledPixelLauncherOverlay \
Expand Down
6 changes: 6 additions & 0 deletions rro_overlays/FilesOverlay/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
runtime_resource_overlay {
name: "FilesOverlay",
certificate: "platform",
sdk_version: "current",
product_specific: true
}
4 changes: 4 additions & 0 deletions rro_overlays/FilesOverlay/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.google.android.files.theme.pixel" platformBuildVersionCode="30" platformBuildVersionName="11">
<overlay android:isStatic="true" android:priority="0" android:targetName="FilesCustomization" android:targetPackage="com.google.android.apps.nbu.files"/>
<application android:hasCode="false" android:label="FilesOverlay"/>
</manifest>
5 changes: 5 additions & 0 deletions rro_overlays/FilesOverlay/res/values/bools.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="enable_junk_card">false</bool>
<bool name="enable_share_tab">false</bool>
</resources>

0 comments on commit 1add2f1

Please sign in to comment.