1<?xml version="1.0" encoding="utf-8"?> 2<manifest xmlns:android="http://schemas.android.com/apk/res/android" 3 package="com.google.amber"> 4 5 <application 6 android:allowBackup="true" 7 android:label="Amber" 8 android:supportsRtl="true"> 9 <meta-data 10 android:name="com.android.graphics.developerdriver.enable" 11 android:value="true" /> 12 </application> 13 14</manifest> 15