Showing
1 changed file
with
0 additions
and
12 deletions
1 | -package com.example.vip | ||
2 | - | ||
3 | -import androidx.appcompat.app.AppCompatActivity | ||
4 | -import android.os.Bundle | ||
5 | - | ||
6 | -class Policy : AppCompatActivity() { | ||
7 | - | ||
8 | - override fun onCreate(savedInstanceState: Bundle?) { | ||
9 | - super.onCreate(savedInstanceState) | ||
10 | - setContentView(R.layout.activity_policy) | ||
11 | - } | ||
12 | -} |
-
Please register or login to post a comment