1.URL
2.Json 產生一個新帳號~然後用帳號跟密碼登入得到token
3.用非管理者token要新增資料~無法新增資料
4.用管理者tomcat的token
5.更改function把他更改成一般註冊者可以新增資料
sudo apt-get install nautilus-admin
wget https://raw.githubusercontent.com/hotice/webupd8/master/org.gnome.gedit.policy -O /tmp/org.gnome.gedit.policy
sudo cp /tmp/org.gnome.gedit.policy /usr/share/polkit-1/actions/
pkexec gedit
直接不用認證打 gedit
runOnUiThread(new Runnable() { @Override public void run() { // Stuff that updates the UI TextView t1 = (TextView)findViewById(R.id.textView1); t1.setText(message1); } });