checkey / res / menu / context.xml @ d198dcf8
History | View | Annotate | Download (568 Bytes)
| 1 |
<?xml version="1.0" encoding="utf-8"?>
|
|---|---|
| 2 |
<menu xmlns:android="http://schemas.android.com/apk/res/android" > |
| 3 |
|
| 4 |
<item
|
| 5 |
android:id="@+id/by_apk_hash" |
| 6 |
android:showAsAction="ifRoom|withText" |
| 7 |
android:title="@string/by_apk_hash"/> |
| 8 |
<item
|
| 9 |
android:id="@+id/by_package_name" |
| 10 |
android:showAsAction="ifRoom|withText" |
| 11 |
android:title="@string/by_package_name"/> |
| 12 |
<item
|
| 13 |
android:id="@+id/by_signing_certificate" |
| 14 |
android:showAsAction="ifRoom|withText" |
| 15 |
android:title="@string/by_signing_certificate"/> |
| 16 |
|
| 17 |
</menu>
|