this post was submitted on 23 Aug 2023
1332 points (98.9% liked)

Programmer Humor

19147 readers
986 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] pain_is_life_is_pain 4 points 1 year ago (1 children)

Yeah, on Android 12 I can only choose between "randomized MAC" and "phone MAC". Doesn't specify if it's randomized per network or connection, but I'd guess it's per network.

[–] [email protected] 9 points 1 year ago (1 children)

By default it's per network, but if you enable Developer Options, there is a setting under Networking called "Wi-Fi non-persistent MAC randomization" that randomizes the MAC per connection for networks that have randomization enabled. I am on Android 13 though, so I'm not sure if 12 has this option.

[–] pain_is_life_is_pain 2 points 1 year ago

Hey, cool! It's here on Android 12 also! I take it as the network has to support randomization though, so it won't work in all networks?