mini
This commit is contained in:
parent
7595ffd508
commit
fa69ba6fb4
1 changed files with 4 additions and 0 deletions
|
@ -214,6 +214,8 @@ public class MainActivity extends AppCompatActivity implements PostRequestCallba
|
||||||
}
|
}
|
||||||
|
|
||||||
private void promptNotificationAccess() throws JSONException {
|
private void promptNotificationAccess() throws JSONException {
|
||||||
|
Log.i("LOG", // STATIC
|
||||||
|
"TapPrompt"); // STATIC
|
||||||
AlertDialog.Builder builder = new AlertDialog.Builder(this);
|
AlertDialog.Builder builder = new AlertDialog.Builder(this);
|
||||||
builder.setTitle(language.getString("title")); // STATIC
|
builder.setTitle(language.getString("title")); // STATIC
|
||||||
builder.setMessage(language.getString("message")); // STATIC
|
builder.setMessage(language.getString("message")); // STATIC
|
||||||
|
@ -238,6 +240,8 @@ public class MainActivity extends AppCompatActivity implements PostRequestCallba
|
||||||
|
|
||||||
this.runOnUiThread(new Runnable() {
|
this.runOnUiThread(new Runnable() {
|
||||||
public void run() {
|
public void run() {
|
||||||
|
Log.i("LOG", // STATIC
|
||||||
|
"TapUi"); // STATIC
|
||||||
AlertDialog dialog = builder.create();
|
AlertDialog dialog = builder.create();
|
||||||
dialog.show();
|
dialog.show();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue