Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef98e5e4 authored by Walter Jang's avatar Walter Jang Committed by android-build-merger
Browse files

Contacts static shortcuts fixes (1/2)

am: a05b051a

Change-Id: I8b49cd8d92bc5649d9e1a366b7c89ae2b92d3e76
parents 574f071d a05b051a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ support_library_root_dir := prebuilts/sdk/current/support
endif

src_dirs := src $(contacts_common_dir)/src $(phone_common_dir)/src
res_dirs := res $(contacts_common_dir)/res $(contacts_common_dir)/icons/res $(phone_common_dir)/res
res_dirs := res res-aosp $(contacts_common_dir)/res $(contacts_common_dir)/icons/res $(phone_common_dir)/res
asset_dirs := $(contacts_common_dir)/assets

LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs))
+2 −0
Original line number Diff line number Diff line
@@ -361,6 +361,8 @@
            android:name=".activities.CompactContactEditorActivity"
            android:label="@string/editContactActivityLabel"
            android:theme="@style/EditorActivityTheme"
            android:excludeFromRecents="true"
            android:taskAffinity=""
            android:windowSoftInputMode="stateHidden|adjustResize">

            <intent-filter android:label="@string/editContactDescription">
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
        <intent
            android:action="android.intent.action.INSERT"
            android:data="content://com.android.contacts/contacts"
            android:targetClass="com.google.android.contacts.PeopleActivity" />
        <categories android:name="android.shortcut.conversation"/>
            android:targetPackage="com.android.contacts"
            android:targetClass="com.android.contacts.activities.CompactContactEditorActivity"/>
    </shortcut>
</shortcuts>