mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-13 21:15:08 -05:00
9cac2cd5b7
find src/com/android/email/ -name \*java|xargs astyle --style=ansi \ --mode=java --indent-switches --indent=spaces=4 --convert-tabs \ --unpad=paren
17 lines
394 B
Java
17 lines
394 B
Java
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
*
|
|
* This class was automatically generated by the
|
|
* aapt tool from the resource data it found. It
|
|
* should not be modified by hand.
|
|
*/
|
|
|
|
package com.android.email;
|
|
|
|
public final class Manifest
|
|
{
|
|
public static final class permission
|
|
{
|
|
public static final String READ_ATTACHMENT="com.android.email.permission.READ_ATTACHMENT";
|
|
}
|
|
}
|