Re: [android-developers] Re: Application permissions

2014-05-07 Thread luixal
Hi, Just found this group, quite old, but I'll ask it anyway: I was thinking on starting a simple open source MDM platform (server side + app, not a custom firmware) as I found none. For that, I would need some of the signature and signatureOrSystem permissions. So... is there no way of doing

Re: [android-developers] Re: Application permissions

2014-05-07 Thread Nikolay Elenkov
On Wed, May 7, 2014 at 5:44 PM, luixal lui...@gmail.com wrote: I was thinking on starting a simple open source MDM platform (server side + app, not a custom firmware) as I found none. For that, I would need some of the signature and signatureOrSystem permissions. So... is there no way of

[android-developers] Re: Application permissions

2010-08-29 Thread Tez
how do u do that? On Aug 20, 2:04 am, String sterling.ud...@googlemail.com wrote: Sign it with the same cert as the system. String On Aug 19, 6:50 pm, Stephen Lin stephen.xi@gmail.com wrote: Hi Dianne, I am building an application to configure Ethernet on a custom Android

Re: [android-developers] Re: Application permissions

2010-08-29 Thread Mark Murphy
On Sun, Aug 29, 2010 at 12:18 PM, Tez earlencefe...@gmail.com wrote: how do u do that? You either work for a device manufacturer, or you compile and sign your own firmware. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog |

[android-developers] Re: Application permissions

2010-08-19 Thread Stephen Lin
Hi Dianne, I am building an application to configure Ethernet on a custom Android platform. How do I get my application signed to have access to android.permission.WRITE_SECURE_SETTINGS? Thanks, Stephen On Aug 5, 7:36 pm, Dianne Hackborn hack...@android.com wrote: ... Third party apps can't

[android-developers] Re: Application permissions

2010-08-19 Thread String
Sign it with the same cert as the system. String On Aug 19, 6:50 pm, Stephen Lin stephen.xi@gmail.com wrote: Hi Dianne, I am building an application to configure Ethernet on a custom Android platform.  How do I get my application signed to have access to