I have looked at the AndroidManifest.xml file and don't see how it
could be done.  I even added this and this new permission did not even
show up on install.



<permission android:description="@string/custom_permission_desc"
android:label="@string/custom_permission_label"
android:name="xxx.xxx.android.myapp.CUSTOM_PERMISSION"
android:protectionLevel="dangerous" />

strings.xml
<string name="custom_permission_desc">You are crazy to install this. </
string>

On Dec 15, 2:13 am, Earlence <[email protected]> wrote:
> you have to modify the platform for this.
> Look at AndroidManifest.xml
>
> -Earlence
>
> On Dec 14, 2:45 pm, captfrank <[email protected]> wrote:
>
> > I was wondering if there is anyway to change the default text you see
> > when you install an app? The text is so short and actually does not
> > IMHO fully capture the dire consequences of allowing some of the
> > permissions.  I want to have some custom ones to tell a user how bad
> > it is to allow some of these permissions. I added my own permission
> > but it did not show up on install.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Security Discussions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/android-security-discuss?hl=en.

Reply via email to