You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
545 B
17 lines
545 B
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.google.android.theme.pixel"
|
|
android:versionCode="1"
|
|
android:versionName="1.0">
|
|
|
|
<overlay android:label="Pixel" android:priority="1" android:targetPackage="android" />
|
|
|
|
<application android:hasCode="false"
|
|
android:label="Pixel" >
|
|
|
|
<meta-data android:name="lineage_berry_accent_preview"
|
|
android:value="#4285f4" />
|
|
|
|
</application>
|
|
|
|
</manifest>
|
|
|