Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)
Paste
Pasted as Java by registered user mesutde ( 9 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