forked from PixelExperience/vendor_aosp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vendor: Conditionally build live wallpapers
* Also add static version Change-Id: I5ac12e0b5db814ecedf74e22fcefa5940463c6ca
- Loading branch information
1 parent
034eecc
commit 4315a71
Showing
6 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+310 KB
overlay/common/frameworks/base/core/res/res/drawable-nodpi/default_wallpaper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
runtime_resource_overlay { | ||
name: "PixelLiveWallpapersOverlay", | ||
certificate: "platform", | ||
sdk_version: "current", | ||
product_specific: true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.android.overlay.breel" | ||
android:versionCode="1" | ||
android:versionName="1.0"> | ||
<overlay android:targetPackage="android" android:priority="1" android:isStatic="true" /> | ||
|
||
<application android:label="PixelLiveWallpapersOverlay" android:hasCode="false"/> | ||
</manifest> |
4 changes: 4 additions & 0 deletions
4
rro_overlays/PixelLiveWallpapersOverlay/res/values/config.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | ||
<string name="default_wallpaper_component">com.breel.wallpapers20/com.breel.wallpapers20.stack.wallpaper.StackWallpaper</string> | ||
</resources> |