BLE peripheral mode (4/4): Settings change for advertising preference.
Change-Id: I5721f136267fe25e55f764bb4a6c53acd45b318b
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6a19474..087cc83 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1268,6 +1268,8 @@
<intent-filter>
<action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" />
<action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" />
+ <action android:name="android.bluetooth.adapter.action.START_ADVERTISING" />
+ <action android:name="android.bluetooth.adapter.action.STOP_ADVERTISING" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>