auto import from //depot/cupcake/@136654

This commit is contained in:
The Android Open Source Project
2009-03-05 17:04:48 -08:00
parent b22d55b9f8
commit 53b4045212
4 changed files with 2 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 906 B

After

Width:  |  Height:  |  Size: 767 B

BIN
core/res/res/drawable/stat_sys_signal_flightmode.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 818 B

After

Width:  |  Height:  |  Size: 898 B

View File

@@ -843,10 +843,10 @@
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permlab_bindGadget">choose gadgets</string>
<string name="permlab_bindGadget">choose widgets</string>
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permdesc_bindGadget">Allows the application to tell the system
which gadgets can be used by which application. With this permission,
which widgets can be used by which application. With this permission,
applications can give access to personal data to other applications.
Not for use by normal applications.</string>

View File

@@ -19,7 +19,6 @@
bool InitializeForThread();
void UninitializeForThread();
void keydestructor(void*);
#endif /* THREAD_INIT_H*/