Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Updated formatting of file changes to be according to ci expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Muller committed Jun 27, 2018
1 parent 8d20221 commit 8638374
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

import android.annotation.SuppressLint;
import android.app.Activity;
import android.provider.Settings;
import android.os.Build;
import android.os.Build.VERSION;
import android.os.Build.VERSION_CODES;
import android.provider.Settings;
import io.flutter.plugin.common.MethodCall;
import io.flutter.plugin.common.MethodChannel;
import io.flutter.plugin.common.MethodChannel.MethodCallHandler;
Expand Down Expand Up @@ -87,9 +87,11 @@ public void onMethodCall(MethodCall call, Result result) {
}

/**
* Simple call to get the android hardware device Id that is unique between the device + user and app signing.
* This key will change if the app is uninstalled or its data is cleared. Device factory reset will also result in a value change
* @return
* Simple call to get the android hardware device Id that is unique between the device + user and
* app signing. This key will change if the app is uninstalled or its data is cleared. Device
* factory reset will also result in a value change
*
* @return The device ID
*/
@SuppressLint("HardwareIds")
private String getDeviceId() {
Expand Down

0 comments on commit 8638374

Please sign in to comment.