Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdurazaaqMohammed authored Jul 4, 2024
1 parent 20f8756 commit faec667
Show file tree
Hide file tree
Showing 37 changed files with 7,674 additions and 0 deletions.
3,080 changes: 3,080 additions & 0 deletions jar/src/android/R.java

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions jar/src/android/content/Context.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package android.content;

import android.content.res.Resources;

/**
* Created by Roy on 15-10-6.
*/
public class Context {
private Resources resources=new Resources();
public Resources getResources() {
return resources;
}

public String getPackageName() {
return "com.example.reforceapp";
}
}
Loading

0 comments on commit faec667

Please sign in to comment.