privacy

How to get the missing Wifi MAC Address in Android Marshmallow and later?

痴心易碎 提交于 2019-11-27 20:12:40
Android developers looking to get the Wifi MAC Address on Android M may have experienced an issue where the standard Android OS API to get the MAC Address returns a fake MAC Address (02:00:00:00:00:00) instead of the real value. The normal way to get the Wifi MAC address is below: final WifiManager wifiManager = (WifiManager) getApplication().getApplicationContext().getSystemService(Context.WIFI_SERVICE); final String wifiMACaddress = wifiManager.getConnectionInfo().getMacAddress(); Informatic0re In Android M the MACAddress will be "unreadable" for WiFi and Bluetooth. You can get the WiFi

iOS 8 requestWhenInUseAuthorization no Popup

怎甘沉沦 提交于 2019-11-27 17:26:37
I tried to make my AppProject iOS 8 ready. I had read a lot about [_locationManager requestWhenInUseAuthorization]; and the entry in plist NSLocationWhenInUseUsageDescription So I changed all the necessary code lines. It works fine, but now I have copied my project again from my iOS 7 base to include new features. But when I make the changes for the iOS8 Location Privacy the Popup doesn't appear anymore. My code worked until I copied. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0

How to completely remove an issue from GitHub?

北城以北 提交于 2019-11-27 16:54:46
Is it possible to completely remove an issue from the GitHub issue tracker? Update Nov 2018: You now can delete your issues ! See " Github - remove issues entered in error " At May 2018, original answer: Three 8 years later, and closing issues remains the answer (still no deletion possible). See " The Ghost of Issues Past ", where GitHub advise to check and close: issues opened over a year ago state:open created:<2013-01-01 the ones I'm involved with involves:twp state:open created:<2013-01-01 and those not updated in the last year involves:twp state:open updated:<2013-01-01 No, the github API

How to contribute on github anonymously via Tor?

試著忘記壹切 提交于 2019-11-27 09:59:42
问题 I would like to contribute anonymously to projects on github. Not to cause mischief, more in the spirit of anonymous donations. The tool of choice for being anonymous online seems to be TOR, which works well for almost anything you can do in a browser. However, to contribute on github, it appears necessary to use the command line interface, or the Mac app. How can I channel my git operations in this setup through Tor? And how can I verify that this is actually what is happening? Edit: please

How to completely remove an issue from GitHub?

瘦欲@ 提交于 2019-11-27 04:09:55
问题 Is it possible to completely remove an issue from the GitHub issue tracker? 回答1: Update Nov 2018: You now can delete your issues ! See "Github - remove issues entered in error" At May 2018, original answer: Three 8 years later, and closing issues remains the answer (still no deletion possible). See "The Ghost of Issues Past", where GitHub advise to check and close: issues opened over a year ago state:open created:<2013-01-01 the ones I'm involved with involves:twp state:open created:<2013-01

privacy policy Permission (S) :

送分小仙女□ 提交于 2019-11-26 21:04:19
问题 please help me and solve my problem in my google developer account. Your app has an APK with version code 508008 that requests the following permission(s): android.permission.CAMERA,android.permission.RECORD_AUDIO,android.permission.READ_PHONE_STATE,android.permission.GET_ACCOUNTS,android.permission.READ_CONTACTS. Apps using these permissions in an APK are required to have a privacy policy set. 回答1: your question is very general, therefore you're getting an answer that is expansive on the

How to store private pictures and videos in Ruby on Rails

自作多情 提交于 2019-11-26 20:45:54
问题 Here's a story: User A should be able to upload an image. User A should be able to set a privacy. ("Public" or "Private"). User B should not be able to access "Private" images of User A. I'm planning to user Paperclip for dealing with uploads. If I store the images under "RAILS_ROOT/public/images", anyone who could guess the name of the files might access the files. (e.g., accessing http://example.com/public/images/uploads/john/family.png ) I need to show the images using img tags, so I

How to get the missing Wifi MAC Address in Android Marshmallow and later?

自作多情 提交于 2019-11-26 20:16:38
问题 Android developers looking to get the Wifi MAC Address on Android M may have experienced an issue where the standard Android OS API to get the MAC Address returns a fake MAC Address (02:00:00:00:00:00) instead of the real value. The normal way to get the Wifi MAC address is below: final WifiManager wifiManager = (WifiManager) getApplication().getApplicationContext().getSystemService(Context.WIFI_SERVICE); final String wifiMACaddress = wifiManager.getConnectionInfo().getMacAddress(); 回答1: In

jqGrid data stored in browser cache?

纵然是瞬间 提交于 2019-11-26 13:51:18
Does jqGrid store grid data on the file system? If so, do you need to clear the browser's cache to remove it? Or is it just stored in memory by JavaScript (and the browser)? Would just closing your browser remove the data? Do the answers to these questions change depending on whether you are using loadOnce ? Per default the data loaded from the server (JSON or XML data) will be saved in the browser cache, but not used at the next request. The reason is that per default jqGrid implement the same behavior of ajax requests like cache:false parameter of jQuery.ajax . It means that all requests has

How can I programmatically enable Guided Access (Kiosk mode) on an iPhone?

♀尐吖头ヾ 提交于 2019-11-26 10:36:15
问题 Question How do I automate Guided Access mode on an iPhone? I will need to automate the enabling and removal of this feature Background This application from the State of Iowa uses an iOS app to display your drivers license. The issue is that after handing your phone over to authorities, they have full access to the device. If I have the source code to this, or a similar application, how can I require a password when switching out of temporary \"Kiosk mode\", so that photos, emails or text