Android Bluetooth transfer files during the shutdown, the status bar after boot no corresponding notification

Source: Internet
Author: User

1. Modify Oppreceiver.java
if (Action.equals (bluetoothadapter.action_state_changed))
Modify to
if (Action.equals (intent.action_boot_completed)) {
if (Featureoption.mtk_bt_profile_opp && btadapter! = null && btadapter.isenabled ()) {
OPPLOG.I ("action_boot_completed, btadapter.isenabled");
Context.startservice (New Intent (context, oppservice.class));
}//receive the system reboot Intent and start the OPP service
} else if (Action.equals (bluetoothadapter.action_state_changed))

2. Modify Alps/mediatek/packages/apps/bluetooth/profiles/opp/androidmanifest.xml
<action android:name= "Android.intent.action.BOOT_COMPLETED"/> in Oppreceiver

Android Bluetooth transfer files during the shutdown, the status bar after boot no corresponding notification

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.