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

Commit ac9324a6 authored by Liam Byrne's avatar Liam Byrne
Browse files

Remove hidden Settings.getGTalkAndroidId method

This is obsolete given GTalk has been turned down, and is hidden and
never used anywhere as far as I can tell so isn't a public API change.

BUG=79364231

Test: Removing hidden method not used anywhere

Change-Id: I76ca5649f390ef42700e42ccf9863b121020bebf
parent 5f83e637
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -12947,19 +12947,6 @@ public final class Settings {
        }
    }
    /**
     * Returns the device ID that we should use when connecting to the mobile gtalk server.
     * This is a string like "android-0x1242", where the hex string is the Android ID obtained
     * from the GoogleLoginService.
     *
     * @param androidId The Android ID for this device.
     * @return The device ID that should be used when connecting to the mobile gtalk server.
     * @hide
     */
    public static String getGTalkDeviceId(long androidId) {
        return "android-" + Long.toHexString(androidId);
    }
    private static final String[] PM_WRITE_SETTINGS = {
        android.Manifest.permission.WRITE_SETTINGS
    };