Skip to content

Commit

Permalink
update push
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Jun 23, 2015
1 parent f067eee commit d3dc93b
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions Material-Glass/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,23 @@
android:icon="@drawable/ic_launcher"
android:label="@string/theme_name"
android:theme="@style/AppTheme">
<!--layers-->

<service android:name=".Overlay"
android:exported="true">
<intent-filter>
<action android:name="com.layers.plugins.PICK_OVERLAYS" />
<category android:name="Overlay" />
</intent-filter>

</service>

<meta-data android:name="Layers_Name" android:value="Material Glass"/>
<meta-data android:name="Layers_Developer" android:value="Pitched Apps"/>
<meta-data android:name="Layers_Colors" android:value=""/>
<meta-data android:name="Layers_Description" android:value="test"/>
<meta-data android:name="Layers_OverlayNames" android:value="@string/layers_apps"/>
<meta-data android:name="Layers_WhatsNew" android:value="Everything"/>
<!-- MainActivity -->
<activity
android:name=".HomeActivity"
Expand Down Expand Up @@ -109,24 +126,6 @@
android:label="@string/muzei_settings"
android:theme="@style/AppTheme"
android:windowSoftInputMode="stateHidden" />

<!--layers-->

<service android:name=".Overlay"
android:exported="true">
<intent-filter>
<action android:name="com.layers.plugins.PICK_OVERLAYS" />
<category android:name="Overlay" />
</intent-filter>

</service>

<meta-data android:name="Layers_Name" android:value="@string/app_name"/>
<meta-data android:name="Layers_Developer" android:value="Pitched Apps"/>
<meta-data android:name="Layers_Colors" android:value=""/>
<meta-data android:name="Layers_Description" android:value="@string/welcome_title"/>
<meta-data android:name="Layers_OverlayNames" android:value="@string/layers_apps"/>
<meta-data android:name="Layers_WhatsNew" android:value="@string/layers_new"/>
</application>

</manifest>

0 comments on commit d3dc93b

Please sign in to comment.