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

Commit a4c116b9 authored by Smriti Gupta's avatar Smriti Gupta Committed by Gerrit - the friendly Code Review server
Browse files

Bluetooth: set apk format as acceptable shareinbound types.

Adding apk format as a acceptable inbound types ,to be able
to receive these file formats from remote device.

Change-Id: I5175b634b88418b0d5c9baaedb84a48fe0d97357
CRs-fixed: 497427
parent 218005e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -223,6 +223,7 @@ public class Constants {
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
        "application/vnd.openxmlformats-officedocument.presentationml.presentation",
        "application/vnd.android.package-archive",
    };

    /**