Add vCard attachment preview
This commit is contained in:
parent
d874e16024
commit
f07abeb54c
58 changed files with 1263 additions and 117 deletions
|
|
@ -135,6 +135,12 @@
|
|||
android:label="@string/blocked_numbers"
|
||||
android:parentActivityName=".activities.SettingsActivity" />
|
||||
|
||||
<activity
|
||||
android:name=".activities.VCardViewerActivity"
|
||||
android:exported="false"
|
||||
android:label="VCardViewActivity"
|
||||
android:parentActivityName=".activities.ThreadActivity" />
|
||||
|
||||
<service
|
||||
android:name=".services.HeadlessSmsSendService"
|
||||
android:exported="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue