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 it? How does comercial MDM providers 
(AirWatch or XenMobile, for example) use this permissions?

Thanks!

PS: By the way, if anyone knows an opensource MDM platform would be great 
to know about it!

On Sunday, August 29, 2010 6:41:01 PM UTC+2, Mark Murphy wrote:

 On Sun, Aug 29, 2010 at 12:18 PM, Tez earlen...@gmail.com javascript: 
 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 | http://twitter.com/commonsguy

 _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9
 Available!



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 doing it? How does comercial MDM providers
 (AirWatch or XenMobile, for example) use this permissions?


Look at DevicePolicyManager:

https://developer.android.com/reference/android/app/admin/DevicePolicyManager.html

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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
  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 get signature or signatureOrSystem permissions,
   period.  I don't know why you call out those 4 permissions as being ones 
   you
   think are system only...  all the permissions on your list as far as I can
   see are protection level 2 or 3, which is signature or signatureOrSystem.

  ...

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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 | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9
Available!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 get signature or signatureOrSystem permissions,
 period.  I don't know why you call out those 4 permissions as being ones you
 think are system only...  all the permissions on your list as far as I can
 see are protection level 2 or 3, which is signature or signatureOrSystem.
...

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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
 android.permission.WRITE_SECURE_SETTINGS?

 Thanks,
 Stephen

 On Aug 5, 7:36 pm, Dianne Hackborn hack...@android.com wrote:
 ... Third party apps can't get signature or signatureOrSystem permissions,
  period.  I don't know why you call out those 4 permissions as being ones you
  think are system only...  all the permissions on your list as far as I can
  see are protection level 2 or 3, which is signature or signatureOrSystem.

 ...

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en