DeviceIdentifier.smali
14.0 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
.class public final Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;
.super Ljava/lang/Object;
.source "DeviceIdentifier.java"
# static fields
.field private static volatile androidId:Ljava/lang/String;
.field private static volatile clientId:Ljava/lang/String;
.field private static volatile guid:Ljava/lang/String;
.field private static volatile imei:Ljava/lang/String;
.field private static volatile oaid:Ljava/lang/String;
.field private static volatile pseudoId:Ljava/lang/String;
.field private static volatile registered:Z
.field private static volatile widevineId:Ljava/lang/String;
# direct methods
.method static constructor <clinit>()V
.registers 2
.prologue
const/4 v1, 0x0
.line 28
const/4 v0, 0x0
sput-boolean v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->registered:Z
.line 29
sput-object v1, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->clientId:Ljava/lang/String;
.line 30
sput-object v1, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->imei:Ljava/lang/String;
.line 31
sput-object v1, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->oaid:Ljava/lang/String;
.line 32
sput-object v1, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->androidId:Ljava/lang/String;
.line 33
sput-object v1, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->widevineId:Ljava/lang/String;
.line 34
sput-object v1, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->pseudoId:Ljava/lang/String;
.line 35
sput-object v1, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->guid:Ljava/lang/String;
return-void
.end method
.method private constructor <init>()V
.registers 1
.prologue
.line 38
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 39
return-void
.end method
.method static synthetic access$002(Ljava/lang/String;)Ljava/lang/String;
.registers 1
.param p0, "x0" # Ljava/lang/String;
.prologue
.line 27
sput-object p0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->oaid:Ljava/lang/String;
return-object p0
.end method
.method public static getAndroidID(Landroid/content/Context;)Ljava/lang/String;
.registers 3
.param p0, "context" # Landroid/content/Context;
.prologue
.line 109
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->androidId:Ljava/lang/String;
if-nez v0, :cond_12
.line 110
const-class v1, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;
monitor-enter v1
.line 111
:try_start_7
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->androidId:Ljava/lang/String;
if-nez v0, :cond_11
.line 112
invoke-static {p0}, Lcom/github/gzuliyujiang/oaid/DeviceID;->getAndroidID(Landroid/content/Context;)Ljava/lang/String;
move-result-object v0
sput-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->androidId:Ljava/lang/String;
.line 114
:cond_11
monitor-exit v1
:try_end_12
.catchall {:try_start_7 .. :try_end_12} :catchall_1d
.line 116
:cond_12
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->androidId:Ljava/lang/String;
if-nez v0, :cond_1a
.line 117
const-string v0, ""
sput-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->androidId:Ljava/lang/String;
.line 119
:cond_1a
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->androidId:Ljava/lang/String;
return-object v0
.line 114
:catchall_1d
move-exception v0
:try_start_1e
monitor-exit v1
:try_end_1f
.catchall {:try_start_1e .. :try_end_1f} :catchall_1d
throw v0
.end method
.method public static getClientId()Ljava/lang/String;
.registers 2
.prologue
.line 54
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->clientId:Ljava/lang/String;
if-nez v0, :cond_12
.line 55
const-class v1, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;
monitor-enter v1
.line 56
:try_start_7
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->clientId:Ljava/lang/String;
if-nez v0, :cond_11
.line 57
invoke-static {}, Lcom/github/gzuliyujiang/oaid/DeviceID;->getClientIdMD5()Ljava/lang/String;
move-result-object v0
sput-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->clientId:Ljava/lang/String;
.line 59
:cond_11
monitor-exit v1
:try_end_12
.catchall {:try_start_7 .. :try_end_12} :catchall_1d
.line 61
:cond_12
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->clientId:Ljava/lang/String;
if-nez v0, :cond_1a
.line 62
const-string v0, ""
sput-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->clientId:Ljava/lang/String;
.line 64
:cond_1a
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->clientId:Ljava/lang/String;
return-object v0
.line 59
:catchall_1d
move-exception v0
:try_start_1e
monitor-exit v1
:try_end_1f
.catchall {:try_start_1e .. :try_end_1f} :catchall_1d
throw v0
.end method
.method public static getGUID(Landroid/content/Context;)Ljava/lang/String;
.registers 3
.param p0, "context" # Landroid/content/Context;
.prologue
.line 151
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->guid:Ljava/lang/String;
if-nez v0, :cond_12
.line 152
const-class v1, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;
monitor-enter v1
.line 153
:try_start_7
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->guid:Ljava/lang/String;
if-nez v0, :cond_11
.line 154
invoke-static {p0}, Lcom/github/gzuliyujiang/oaid/DeviceID;->getGUID(Landroid/content/Context;)Ljava/lang/String;
move-result-object v0
sput-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->guid:Ljava/lang/String;
.line 156
:cond_11
monitor-exit v1
:try_end_12
.catchall {:try_start_7 .. :try_end_12} :catchall_1d
.line 158
:cond_12
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->guid:Ljava/lang/String;
if-nez v0, :cond_1a
.line 159
const-string v0, ""
sput-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->guid:Ljava/lang/String;
.line 161
:cond_1a
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->guid:Ljava/lang/String;
return-object v0
.line 156
:catchall_1d
move-exception v0
:try_start_1e
monitor-exit v1
:try_end_1f
.catchall {:try_start_1e .. :try_end_1f} :catchall_1d
throw v0
.end method
.method public static getIMEI(Landroid/content/Context;)Ljava/lang/String;
.registers 3
.param p0, "context" # Landroid/content/Context;
.prologue
.line 68
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->imei:Ljava/lang/String;
if-nez v0, :cond_12
.line 69
const-class v1, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;
monitor-enter v1
.line 70
:try_start_7
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->imei:Ljava/lang/String;
if-nez v0, :cond_11
.line 71
invoke-static {p0}, Lcom/github/gzuliyujiang/oaid/DeviceID;->getUniqueID(Landroid/content/Context;)Ljava/lang/String;
move-result-object v0
sput-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->imei:Ljava/lang/String;
.line 73
:cond_11
monitor-exit v1
:try_end_12
.catchall {:try_start_7 .. :try_end_12} :catchall_1d
.line 75
:cond_12
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->imei:Ljava/lang/String;
if-nez v0, :cond_1a
.line 76
const-string v0, ""
sput-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->imei:Ljava/lang/String;
.line 78
:cond_1a
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->imei:Ljava/lang/String;
return-object v0
.line 73
:catchall_1d
move-exception v0
:try_start_1e
monitor-exit v1
:try_end_1f
.catchall {:try_start_1e .. :try_end_1f} :catchall_1d
throw v0
.end method
.method public static getOAID(Landroid/content/Context;)Ljava/lang/String;
.registers 3
.param p0, "context" # Landroid/content/Context;
.prologue
.line 82
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->oaid:Ljava/lang/String;
if-nez v0, :cond_26
.line 83
const-class v1, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;
monitor-enter v1
.line 84
:try_start_7
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->oaid:Ljava/lang/String;
if-nez v0, :cond_25
.line 85
invoke-static {}, Lcom/github/gzuliyujiang/oaid/DeviceID;->getOAID()Ljava/lang/String;
move-result-object v0
sput-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->oaid:Ljava/lang/String;
.line 86
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->oaid:Ljava/lang/String;
if-eqz v0, :cond_1d
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->oaid:Ljava/lang/String;
invoke-virtual {v0}, Ljava/lang/String;->length()I
move-result v0
if-nez v0, :cond_25
.line 87
:cond_1d
new-instance v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier$1;
invoke-direct {v0}, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier$1;-><init>()V
invoke-static {p0, v0}, Lcom/github/gzuliyujiang/oaid/DeviceID;->getOAID(Landroid/content/Context;Lcom/github/gzuliyujiang/oaid/IGetter;)V
.line 100
:cond_25
monitor-exit v1
:try_end_26
.catchall {:try_start_7 .. :try_end_26} :catchall_31
.line 102
:cond_26
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->oaid:Ljava/lang/String;
if-nez v0, :cond_2e
.line 103
const-string v0, ""
sput-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->oaid:Ljava/lang/String;
.line 105
:cond_2e
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->oaid:Ljava/lang/String;
return-object v0
.line 100
:catchall_31
move-exception v0
:try_start_32
monitor-exit v1
:try_end_33
.catchall {:try_start_32 .. :try_end_33} :catchall_31
throw v0
.end method
.method public static getPseudoID()Ljava/lang/String;
.registers 2
.prologue
.line 137
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->pseudoId:Ljava/lang/String;
if-nez v0, :cond_12
.line 138
const-class v1, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;
monitor-enter v1
.line 139
:try_start_7
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->pseudoId:Ljava/lang/String;
if-nez v0, :cond_11
.line 140
invoke-static {}, Lcom/github/gzuliyujiang/oaid/DeviceID;->getPseudoID()Ljava/lang/String;
move-result-object v0
sput-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->pseudoId:Ljava/lang/String;
.line 142
:cond_11
monitor-exit v1
:try_end_12
.catchall {:try_start_7 .. :try_end_12} :catchall_1d
.line 144
:cond_12
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->pseudoId:Ljava/lang/String;
if-nez v0, :cond_1a
.line 145
const-string v0, ""
sput-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->pseudoId:Ljava/lang/String;
.line 147
:cond_1a
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->pseudoId:Ljava/lang/String;
return-object v0
.line 142
:catchall_1d
move-exception v0
:try_start_1e
monitor-exit v1
:try_end_1f
.catchall {:try_start_1e .. :try_end_1f} :catchall_1d
throw v0
.end method
.method public static getWidevineID()Ljava/lang/String;
.registers 2
.prologue
.line 123
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->widevineId:Ljava/lang/String;
if-nez v0, :cond_12
.line 124
const-class v1, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;
monitor-enter v1
.line 125
:try_start_7
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->widevineId:Ljava/lang/String;
if-nez v0, :cond_11
.line 126
invoke-static {}, Lcom/github/gzuliyujiang/oaid/DeviceID;->getWidevineID()Ljava/lang/String;
move-result-object v0
sput-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->widevineId:Ljava/lang/String;
.line 128
:cond_11
monitor-exit v1
:try_end_12
.catchall {:try_start_7 .. :try_end_12} :catchall_1d
.line 130
:cond_12
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->widevineId:Ljava/lang/String;
if-nez v0, :cond_1a
.line 131
const-string v0, ""
sput-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->widevineId:Ljava/lang/String;
.line 133
:cond_1a
sget-object v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->widevineId:Ljava/lang/String;
return-object v0
.line 128
:catchall_1d
move-exception v0
:try_start_1e
monitor-exit v1
:try_end_1f
.catchall {:try_start_1e .. :try_end_1f} :catchall_1d
throw v0
.end method
.method public static register(Landroid/app/Application;)V
.registers 3
.param p0, "application" # Landroid/app/Application;
.prologue
.line 42
sget-boolean v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->registered:Z
if-eqz v0, :cond_5
.line 51
:goto_4
return-void
.line 45
:cond_5
const-class v1, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;
monitor-enter v1
.line 46
:try_start_8
sget-boolean v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->registered:Z
if-nez v0, :cond_12
.line 47
invoke-static {p0}, Lcom/github/gzuliyujiang/oaid/DeviceID;->register(Landroid/app/Application;)V
.line 48
const/4 v0, 0x1
sput-boolean v0, Lcom/github/gzuliyujiang/oaid/DeviceIdentifier;->registered:Z
.line 50
:cond_12
monitor-exit v1
goto :goto_4
:catchall_14
move-exception v0
monitor-exit v1
:try_end_16
.catchall {:try_start_8 .. :try_end_16} :catchall_14
throw v0
.end method