Home | History | Annotate | Download | only in ShamuLayout
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
      3     package="com.google.android.launcher.layouts.shamu">
      4 
      5     <application android:label="@string/app_label">
      6 
      7         <!-- This isn't a real receiver, it's only used as a marker interface. -->
      8         <receiver android:name=".PartnerCustomizationReceiver">
      9             <intent-filter>
     10                 <action android:name="com.android.launcher3.action.PARTNER_CUSTOMIZATION" />
     11             </intent-filter>
     12         </receiver>
     13     </application>
     14 </manifest>
     15