Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!
Paste
Pasted as Java by registered user mesutde ( 8 years ago )
<?xml version="1.0" encoding="utf-8"?>
<android xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context="com.example.serkandemrc.permissiondemo.MainActivity">
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="askReadContact"
android:text="rehber izni izte" />
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="askWriteExternal"
android:text="Harici disk yazma izni iste" />
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="askLocation"
android:text="Konum izni iste" />
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="askMultiple"
android:text="Bütün izinleri iste" />
</android>
Revise this Paste