Tabs -> spaces in frameworks/base.
Change-Id: I5a84e8e93ac99b5ed0212b37bf66efa5e53864be
This commit is contained in:
@@ -1610,7 +1610,7 @@ public class LocationManager {
|
||||
* @hide
|
||||
*/
|
||||
public boolean sendNiResponse(int notifId, int userResponse) {
|
||||
try {
|
||||
try {
|
||||
return mService.sendNiResponse(notifId, userResponse);
|
||||
} catch (RemoteException e) {
|
||||
Log.e(TAG, "RemoteException in sendNiResponse: ", e);
|
||||
|
||||
Reference in New Issue
Block a user