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.
android_vendor_extra/pixel-theme/AndroidManifest.xml

18 lines
536 B

7 years ago
<?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"
platformBuildVersionCode="27"
platformBuildVersionName="8.1.0">
7 years ago
<overlay 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>
7 years ago
</manifest>