mirror of
https://github.com/gsantner/dandelion
synced 2025-09-11 11:19:42 +02:00
improved share activity
This commit is contained in:
parent
849b8151a5
commit
01a85b7986
7 changed files with 400 additions and 38 deletions
|
@ -56,6 +56,22 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".ShareActivity2"
|
||||
android:launchMode="singleInstance"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:label="@string/new_post2"
|
||||
android:theme="@style/AppTheme.NoActionBar"
|
||||
android:screenOrientation="portrait" >
|
||||
<intent-filter android:label="@string/diaspora"
|
||||
android:icon="@drawable/ic_launcher">
|
||||
<action android:name="android.intent.action.SEND" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:mimeType="text/*" />
|
||||
<data android:mimeType="image/*" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<service
|
||||
android:name=".services.GetPodsService"
|
||||
android:enabled="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue