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

Commit bbe4ae5e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update API documentation per api-council feedback." into rvc-dev am: e4e42d37

Change-Id: I6cd26d88c1e4752a7323496657be5de0506288ae
parents e0054e3e e4e42d37
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2894,7 +2894,7 @@ public final class SmsManager {
                        getSubscriptionId(), null);
            }
        } catch (RemoteException ex) {
            // ignore it
            throw new RuntimeException(ex);
        }
        return smsc;
    }
@@ -2916,7 +2916,7 @@ public final class SmsManager {
     * </p>
     *
     * @param smsc the SMSC address string.
     * @return true for success, false otherwise.
     * @return true for success, false otherwise. Failure can be due modem returning an error.
     */
    @SuppressAutoDoc // for carrier privileges and default SMS application.
    @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE)
@@ -2928,7 +2928,7 @@ public final class SmsManager {
                        smsc, getSubscriptionId(), null);
            }
        } catch (RemoteException ex) {
            // ignore it
            throw new RuntimeException(ex);
        }
        return false;
    }