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.
12 lines
407 B
12 lines
407 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="26"
|
||
|
platformBuildVersionName="8.0.0">
|
||
|
|
||
|
<overlay android:priority="1" android:targetPackage="android" />
|
||
|
|
||
|
<application android:hasCode="false"
|
||
|
android:label="Pixel" />
|
||
|
</manifest>
|