summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/res/res/drawable/stat_sys_ringer_silent.pngbin906 -> 767 bytes
-rw-r--r--[-rwxr-xr-x]core/res/res/drawable/stat_sys_signal_flightmode.pngbin818 -> 898 bytes
-rw-r--r--core/res/res/values/strings.xml4
-rw-r--r--include/media/thread_init.h1
4 files changed, 2 insertions, 3 deletions
diff --git a/core/res/res/drawable/stat_sys_ringer_silent.png b/core/res/res/drawable/stat_sys_ringer_silent.png
index d125ce5..d62f32d 100644
--- a/core/res/res/drawable/stat_sys_ringer_silent.png
+++ b/core/res/res/drawable/stat_sys_ringer_silent.png
Binary files differ
diff --git a/core/res/res/drawable/stat_sys_signal_flightmode.png b/core/res/res/drawable/stat_sys_signal_flightmode.png
index 516ec2f..2f4fd4f 100755..100644
--- a/core/res/res/drawable/stat_sys_signal_flightmode.png
+++ b/core/res/res/drawable/stat_sys_signal_flightmode.png
Binary files differ
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 72894db..cb63e17 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -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>
diff --git a/include/media/thread_init.h b/include/media/thread_init.h
index 2c0c1f1..2feac86 100644
--- a/include/media/thread_init.h
+++ b/include/media/thread_init.h
@@ -19,7 +19,6 @@
bool InitializeForThread();
void UninitializeForThread();
-void keydestructor(void*);
#endif /* THREAD_INIT_H*/