Message 264279 - Python tracker
Message264279
| Author | xdegaye |
|---|---|
| Recipients | xdegaye |
| Date | 2016-04-26.13:29:04 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1461677345.21.0.582848799296.issue26856@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
User ids on android are the ids of the applications and they are used to enforce the applications access rights. See the 'User IDs and File Access' section at http://developer.android.com/guide/topics/security/permissions.html. Most integers are existing user ids on android. This may explain why getpwall() is missing. Patch attached. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-04-26 13:29:05 | xdegaye | set | recipients: + xdegaye |
| 2016-04-26 13:29:05 | xdegaye | set | messageid: <1461677345.21.0.582848799296.issue26856@psf.upfronthosting.co.za> |
| 2016-04-26 13:29:05 | xdegaye | link | issue26856 messages |
| 2016-04-26 13:29:05 | xdegaye | create | |