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

Commit edef9483 authored by Jack He's avatar Jack He
Browse files

Add asterisks before comments in BluetoothMapContract

Bug: 63597465
Test: make checkbuild, no functional changes
Change-Id: I65db3a27500d671753352474547a07e82775e9fe
parent c4ae2f3e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -43,13 +43,13 @@ import android.net.Uri;
 * this interface, the {@code provider} tag for the Bluetooth related content provider must
 * have an intent-filter like the following in the manifest:
 * <pre class="prettyprint">&lt;provider  android:authorities="[PROVIDER AUTHORITY]"
              android:exported="true"
              android:enabled="true"
              android:permission="android.permission.BLUETOOTH_MAP"&gt;
 *             android:exported="true"
 *             android:enabled="true"
 *             android:permission="android.permission.BLUETOOTH_MAP"&gt;
 *   ...
 *      &lt;intent-filter&gt;
           &lt;action android:name="android.content.action.BLEUETOOT_MAP_PROVIDER" /&gt;
        &lt;/intent-filter&gt;
 *          &lt;action android:name="android.content.action.BLEUETOOT_MAP_PROVIDER" /&gt;
 *       &lt;/intent-filter&gt;
 *   ...
 *   &lt;/provider&gt;
 * [PROVIDER AUTHORITY] shall be the providers authority value which implements this