Initial commit.

This commit is contained in:
Erik C. Thauvin 2012-09-26 23:57:57 -07:00
commit dee97668f5
13 changed files with 183 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

9
res/values/strings.xml Normal file
View file

@ -0,0 +1,9 @@
<resources>
<string name="app_name">NoUSSD</string>
<string name="dialog_title">USSD Warning!!!</string>
<string name="dialog_msg">Do you really want to dial:\n\n\t%1$s\n\nIt could potentially harm your device. </string>
<string name="dialog_ok">Dial</string>
<string name="dialog_cancel">Cancel</string>
</resources>