diff options
| author | 2011-01-17 12:28:35 -0800 | |
|---|---|---|
| committer | 2011-01-17 12:28:35 -0800 | |
| commit | 48e7b458694acdf3a4fc58e62437f1dbc4f29d83 (patch) | |
| tree | 9e9cddf725d523f3fa86b7ff848ab887c566954b /api/current.xml | |
| parent | 9ed99405ae8cdd9038071a872e7d92cf256f2165 (diff) | |
Start renaming FragmentTransaction.openTransaction() to beginTransaction().
Change-Id: Ib4a6d824b33cca699b7b25159c491fb610d5f5da
Diffstat (limited to 'api/current.xml')
| -rw-r--r-- | api/current.xml | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/api/current.xml b/api/current.xml index ef23af2ff000..dfc149b68eb6 100644 --- a/api/current.xml +++ b/api/current.xml @@ -30672,6 +30672,17 @@ <parameter name="listener" type="android.app.FragmentManager.OnBackStackChangedListener"> </parameter> </method> +<method name="beginTransaction" + return="android.app.FragmentTransaction" + abstract="true" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="countBackStackEntries" return="int" abstract="true" @@ -30782,7 +30793,7 @@ </method> <method name="openTransaction" return="android.app.FragmentTransaction" - abstract="true" + abstract="false" native="false" synchronized="false" static="false" @@ -86349,7 +86360,7 @@ <method name="updateTexImage" return="void" abstract="false" - native="true" + native="false" synchronized="false" static="false" final="false" @@ -183903,6 +183914,17 @@ visibility="public" > </method> +<method name="getObbDir" + return="java.io.File" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="getPackageCodePath" return="java.lang.String" abstract="false" |