Add share activity
This commit is contained in:
committed by
Jannis Mattheis
parent
85c255e462
commit
f85b5312e6
@@ -45,6 +45,15 @@
|
||||
android:name=".settings.SettingsActivity"
|
||||
android:theme="@style/AppTheme.NoActionBar"
|
||||
android:label="@string/title_activity_settings" />
|
||||
<activity
|
||||
android:name=".sharing.ShareActivity"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.SEND" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:mimeType="text/plain" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<service android:name=".service.WebSocketService" />
|
||||
|
||||
@@ -55,4 +64,4 @@
|
||||
</receiver>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user