Google strengthens Android security muscle with SELinux protection | Ars Technica - 0 views
-
The other big security enhancement introduced in Android 4.3 is a more robust way to store cryptographic credentials used to access sensitive information and resources. This means changes to the Android KeyChain, which stores digital certificates used to access Wi-Fi networks and virtual private networks used by large corporations and government agencies. With the keychain enhancements, the system-wide keys are bound to a hardware-based root of trust process devices that support this.The phone needs to have a secure element such as a Trusted Platform Module so that private keys can't be stolen even if the phone is rooted and the attacker has full access to the operating system. Phones that don't have this hardware capability will fall back to software protections for securing credentials.Enhancements to the Android Keystore, a similar resource that also stores credentials, allows users to create keys that can be accessed and used exclusively by a single application. Under version 4.3, "apps can create or store private keys that cannot be seen or used by other apps and can be added to the keystore without any user interaction A third enhancement is Android's ability to create secondary user profiles that implement fine-grained restrictions.
Android Cookbook: Home - 0 views
-
"We are building a community-written web site which has also been used to create an O'Reilly Cookbook, both about how to build great Android applications. It is full of how-to information along with code snippets that illustrate the ideas presented. It features both how-to's that overlap with the official documentation, and material that goes beyond this to be more tutorial, more in-depth, or explaining "lessons from the trenches": what actually works to get the application functioning well. Unlike most books written by one, two or a few individuals, this one has input from dozens of contributors, who were all able to view and comment on each others' recipes before the book was published. The published version(s) include printed books, eBooks, and other uses"
tommmmmmmmy/AndroidDesignTemplates - 0 views
What is OSGi (Open Service Gateway Initiative)? - Definition from WhatIs.com - 0 views
-
OSGi (Open Service Gateway Initiative) is Java framework for developing and deploying modular software programs and libraries
How to implement a Button on an Android Widget - Stack Overflow - 0 views
-
I am just getting started with Android development and I have created a nice little widget that displays some info on my home screen. However, I now want to implement a Button on my widget that updates the info in my widget TextView.
-
Solved - I can confirm that an Activity is NOT needed if you want create a Button to update an Android AppWidget. I have been able to implement my AppWidgetProvider class such that it registers an android.appwidget.action.APPWIDGET_UPDATE intent-filter with the Broadcast receiver in the AndroidManifest.xml, which then fires the onUpdate event in the AppWidgetProvider class (which in turn then runs the UpdateService).
-
The UpdateService in my AppWidgetProvider class then uses onHandleIntent to run a private buildUpdate method - which registers the onClick event with a call to setOnClickPendingIntent as follows:
- ...1 more annotation...
How to connect your Android phone to Ubuntu to do development, testing, installations o... - 0 views
-
$ sudo gedit /etc/udev/rules.d/99-android.rules
-
$ sudo restart udev
-
$ adb kill-server $ adb start-server
- ...2 more annotations...
android-pinch - Project Hosting on Google Code - 0 views
-
Adds multi-touch zoom to; ImageViews, WebViews, and MapViews. Simply use the corresponding object in place of the default, and the "pinch" functionality will be usable. Also includes misc. Views which can be useful for development.
简述Android触摸屏手势识别 - William Hua的Blog - 0 views
SMS Messaging in Android | mobiForge - 0 views
Making a custom Android button using a custom view « Kah - The Developer - 1 views
Test Driven Development and G... - 0 views
« First
‹ Previous
101 - 120 of 142
Next ›
Last »
Showing 20▼ items per page